Skip to content
Snippets Groups Projects
Commit 1cc35d52 authored by adcpm's avatar adcpm
Browse files

Add summary for the documentation

parent 99a198b8
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,30 @@ ...@@ -2,7 +2,30 @@
Steem.js the JavaScript API for Steem blockchain Steem.js the JavaScript API for Steem blockchain
## Documentation ## Documentation
Here is full documentation: https://github.com/adcpm/steem/tree/master/doc
- [Install](https://github.com/steemit/steem-js/tree/dev/doc#install)
- [Browser](https://github.com/steemit/steem-js/tree/dev/doc#browser)
- [Database API](https://github.com/steemit/steem-js/tree/dev/doc#api)
- [WebSocket](https://github.com/steemit/steem-js/tree/dev/doc#websocket)
- [Subscriptions](https://github.com/steemit/steem-js/tree/dev/doc#subscriptions)
- [Tags](https://github.com/steemit/steem-js/tree/dev/doc#tags)
- [Blocks and transactions](https://github.com/steemit/steem-js/tree/dev/doc#blocks-and-transactions)
- [Globals](https://github.com/steemit/steem-js/tree/dev/doc#globals)
- [Keys](https://github.com/steemit/steem-js/tree/dev/doc#keys)
- [Accounts](https://github.com/steemit/steem-js/tree/dev/doc#accounts)
- [Market](https://github.com/steemit/steem-js/tree/dev/doc#market)
- [Authority / validation](https://github.com/steemit/steem-js/tree/dev/doc#authority--validation)
- [Votes](https://github.com/steemit/steem-js/tree/dev/doc#votes)
- [Content](https://github.com/steemit/steem-js/tree/dev/doc#content)
- [Witnesses](https://github.com/steemit/steem-js/tree/dev/doc#witnesses)
- [Login API](https://github.com/steemit/steem-js/tree/dev/doc#login)
- [Follow API](https://github.com/steemit/steem-js/tree/dev/doc#follow-api)
- [Broadcast API](https://github.com/steemit/steem-js/tree/dev/doc#broadcast-api)
- [Broadcast](https://github.com/steemit/steem-js/tree/dev/doc#broadcast)
- [Auth](https://github.com/steemit/steem-js/tree/dev/doc#auth)
Here is full documentation:
https://github.com/steemit/steem-js/tree/dev/doc
## Browser ## Browser
```html ```html
......
# Documentation # Documentation
- [Install](https://github.com/steemit/steem-js/tree/dev/doc#install)
- [Browser](https://github.com/steemit/steem-js/tree/dev/doc#browser)
- [Database API](https://github.com/steemit/steem-js/tree/dev/doc#api)
- [WebSocket](https://github.com/steemit/steem-js/tree/dev/doc#websocket)
- [Subscriptions](https://github.com/steemit/steem-js/tree/dev/doc#subscriptions)
- [Tags](https://github.com/steemit/steem-js/tree/dev/doc#tags)
- [Blocks and transactions](https://github.com/steemit/steem-js/tree/dev/doc#blocks-and-transactions)
- [Globals](https://github.com/steemit/steem-js/tree/dev/doc#globals)
- [Keys](https://github.com/steemit/steem-js/tree/dev/doc#keys)
- [Accounts](https://github.com/steemit/steem-js/tree/dev/doc#accounts)
- [Market](https://github.com/steemit/steem-js/tree/dev/doc#market)
- [Authority / validation](https://github.com/steemit/steem-js/tree/dev/doc#authority--validation)
- [Votes](https://github.com/steemit/steem-js/tree/dev/doc#votes)
- [Content](https://github.com/steemit/steem-js/tree/dev/doc#content)
- [Witnesses](https://github.com/steemit/steem-js/tree/dev/doc#witnesses)
- [Login API](https://github.com/steemit/steem-js/tree/dev/doc#login)
- [Follow API](https://github.com/steemit/steem-js/tree/dev/doc#follow-api)
- [Broadcast API](https://github.com/steemit/steem-js/tree/dev/doc#broadcast-api)
- [Broadcast](https://github.com/steemit/steem-js/tree/dev/doc#broadcast)
- [Auth](https://github.com/steemit/steem-js/tree/dev/doc#auth)
# Install # Install
``` ```
$ npm install steem --save $ npm install steem --save
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment