Steem Interactive API explorer, brought to you by eSteem and Busy, built on top of steemjs. Gives users and developers quickly get started with their development of applications on top of Steem.
You can use the SteemAPI code AS-IS! No need to build or recompile--just clone this repo and use the pre-built files in the docs folder. If you like steemapi as-is, stop here.
You can rebuild SteemAPI on your own to tweak it or just so you can say you did. To do so, follow these steps:
- Ensure you have
nodejs4.0 or greater installed, and on your classpath. - Windows Users: Please install Python before following the guidelines below for node-gyp rebuild to run.
npm installnpm run build- You should see the distribution under the docs folder. Open
./docs/index.htmlto launch SteemAPI UI in a browser
If you only want to contribute documentation of APIs, please use swagger.json file to modify and make a pull request. Example of Definitions are in bottom of the file.
Create your own fork of esteemapp/steemapi
To share your changes, submit a pull request.
