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
- Host: GitHub
- URL: https://github.com/vaporyjs/vap-query
- Owner: vaporyjs
- Created: 2018-03-04T04:42:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T02:50:31.000Z (over 4 years ago)
- Last Synced: 2025-02-15T14:39:24.704Z (4 months ago)
- Language: JavaScript
- Homepage: https://vapory.org
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```