vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
This PR adds docs for multi-clause event filtering
We need to migrate our testing accounts off thor solo accounts and use some specified and SDK team owned and controlled accounts. Tasks: - Reduce the amount of accounts that...
GPG keys should be required on all PRs raised. Tasks: - Enable and enforce GPG keys to be required. Acceptance Criteria: - Only submissions from participants with a GPG key...
We need to document and a supporting diagram of the release process to identify all of the steps in the process. Tasks: - Document the release process steps in a...
We need to create a document and diagram of the CI Workflow so everyone can understand the process. Tasks: - Document the process in a confluence page - Provide a...
Add an optional: * error fragment OR an array of error fragment to decode custom errors into `getRevertReason` function of transactions module. Resources: https://docs.ethers.org/v6/api/abi/abi-coder/#ErrorFragment https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol#L168
### Summary Getting the genesis block can return null. This should not be the case. It should throw an error if the genesis block is not found ### Basic Example...
# Description Extend ethers base contract # Checklist: - [x] My code follows the coding standards of this project - [x] I have performed a self-review of my code -...
Update the SDK docs naming standards to be the following: - VeChain - VeChainThor