All Projects → ethereumjs → eth-query

ethereumjs / eth-query

Licence: other
minimal rpc wrapper

Programming Languages

javascript
184084 projects - #8 most used programming language

like web3 but for minimalists

var provider = { sendAsync: function(params, cb){/* ... */} }
var query = new EthQuery(provider)

query.getBalance(address, cb)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].