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

https://github.com/starcoinorg/stc-query


https://github.com/starcoinorg/stc-query

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

like web3 but for minimalists

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

query.getBalance(address, cb)
```