zilliqa-js-viewblock
zilliqa-js-viewblock copied to clipboard
A library interfacing with the Zilliqa blockchain and ViewBlock's APIs
"if (isAnon) { console.warn(`Disabling main library features: No API credentials provided. Get them on https://viewblock.io by creating a free account and an API key.`)" There's no account creation @ https://viewblock.io,...
Hi, @balthazar @team How are you? I'm going to get Data stored of Arweave like as https://viewblock.io/arweave/stat/cumulativeWeaveSize, so that wanna add Arweave key metrics to our site; https://depin.ninja. So I...
**Summary** I needed to access wallet info with the balance of specific address (including token), so I came across this API https://graphql-docs.viewblock.io/#tag-Address It should be returning me token value but...
Hi everyone, Thanks for this awesome lib. I'm using it with my key: client = Zilliqa({ apiKey: 'abc' }); this.client.subscribe({ event: 'addressTx', param: this.contract }, console.log); Getting this error: SocketProtocolError...