vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
Write the documentation for filtering events with multiple criterias
### Description The purpose of this ticket is to review the use of the `SONAR_TOKEN` parameter since for forked branches wont be informed, hence crashing the PR's pipeline. ### Reproduction...
# Description Add CLI options and validation to rpc-proxy
The `core` of the SDK can be simplified in terms of usability and cost of maintenance implementing a consistent data model adopting the TS Object Oriented Programming paradigm. The epic...
### Summary We found out that `tsup` is including all the transpilations from the dependencies in the `index.mjs`, causing issues like for example with webpack for NextJS apps. In the...
### Summary The purpose of this ticket is to remove backwards compatibility code to support the beta versions of the SDK before we release it. Will refer to this ticket...
- [ ] eth_estimateGas - [ ] eth_getTransactionCount (known) - [x] eth_gasPrice - [ ] eth_getCode - [x] eth_getLogs ``` e.g. { "jsonrpc": "2.0", "error": { "methodName": "ethGetLogs()", "errorMessage": "Method...