Skip to content
forked from ajlopez/RskApi

RSK/Ethereum API using Simple JSON RPC, a web3 replacement

License

Notifications You must be signed in to change notification settings

adauto82/RskApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RskApi

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.

Installation

Via npm on Node:

npm install rskapi

Usage

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 **/

References

Samples

TBD

Versions

  • 0.0.1 Published
  • 0.0.2 Published, callTransaction

Contribution

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.

About

RSK/Ethereum API using Simple JSON RPC, a web3 replacement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%