web3data-js icon indicating copy to clipboard operation
web3data-js copied to clipboard

Web3Data.js - The easiest way to interact with multiple blockchains from a single library.

Results 40 web3data-js issues
Sort by recently updated
recently updated
newest added

### Use Case: Users want to know if they are bounds issues when using a method that get's a specific index of a piece of data. Like transaction index. ###...

### Use Case: Users want to know when they are using websockets in correctly. If there is a required filter for an event please make that known to the user...

### Bug: Some of the subscriptions return double array as data. ### Steps to replicate: ``` w3d.on({eventName: 'market:orders', filters: {"pair":"eth_btc", "exchange":"gdax"}, (data) => { console.log(data) //

bug

### Use Case: - Users want to control the output to their console let us not hijack their stdout! ### Requirements: - Remove console.logs and use the users callback to...

### Use Case: Be consistent, be be consistent! 👏 ### Requirements: - Change all occurrences of conditional error throwing to using `throwIf()` ### Acceptance Criteria: - All occurrences of conditional...

Refactor

### Bug: Calling .on before connect does not error elegantly (and perhaps it should not error).It might be necessary that it saves the subscription then connects after the .connect() method...

bug

### Use Case: - Users want to know when they successfully subscribe to an event. Let's tell them! ### Requirements: - Determine if this should be a console.log/info or if...

### Use Case: Users want an easy to use library that is in English (or their native tongue)! So let us do away with these blockchain Ids and add human...

### Use Case: - Users want a library that prevents them from shooting themselves in the foot. ### Requirements: - Audi API to determine list of endpoints with required query...

### Users want to have a drop in replacement for web3.js, so let's give it to them! ### Requirements: (For developers) Make this w3d.eth.getBalance() return a string not the whole...