Steem Interactive API explorer, brought to you by eSteem, built on top of steemjs. Gives users and developers quick access to get started with their development of applications on top of Steem blockchain.
You can use the Steem API code AS-IS! No need to build or recompile - just clone this repo and use the pre-built files in the docs
folder.
You can rebuild Steem API on your own to tweak it:
- Ensure you have
nodejs
4.0 or greater installed. - Windows Users: Please install Python before following the guidelines below for node-gyp rebuild to run.
npm install
npm run build
- You should see the distribution under the docs folder. Open
./docs/index.html
to launch Steem API UI in a browser
If you only want to contribute documentation of APIs, please use swagger.json
file in project root to modify and make a Pull Request.
Post about your contribution and earn extra rewards on Steem blockchain!
Create your own fork of esteemapp/steemapi