RSK API, accesing a running node using JSON RPC. It's a simple replacement to the usual web3 interface.
This is a personal project, not related with or endorsed by RSK.
Via npm on Node:
npm install rskapi
Create the RSK API Object by calling the host function.
var rskapi = require('rskapi');
var rsk = rskapi.host('http://host.to.node.com:PORT');
/** operations with the node **/
TBD
- 0.0.1 Published
- 0.0.2 Published, callTransaction
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.