An open API service indexing awesome lists of open source software.

https://github.com/vaporyjs/vap-query

like web3 but for minimalists
https://github.com/vaporyjs/vap-query

Last synced: 4 months ago
JSON representation

like web3 but for minimalists

Awesome Lists containing this project

README

        

like web3 but for minimalists

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

query.getBalance(address, cb)
```