vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
- [ ] eth_estimateGas - [ ] eth_getBlockByHash
- [ ] eth_call - [ ] eth_sendRawTransaction - [ ] eth_getLogs
- [ ] eth_sendTransaction - [ ] eth_syncing - [ ] debug_traceTransaction - [ ] debug_traceCall - [ ] evm_mine
These methods are not listed in web3-connex-providers, probably because they are newest one. Are they useful to implement? - [ ] debug_getBadBlocks - [ ] debug_getRawBlock - [ ] debug_getRawHeader...
UNDERSTAND, if this methods must be implemented or not - [ ] eth_coinbase - [ ] eth_feeHistory - [ ] eth_getBlockTransactionCountByHash - [ ] eth_getBlockTransactionCountByNumber - [ ] eth_getTransactionByBlockHashAndIndex -...
- [ ] eth_accounts
There is a VIP from vechain.energy seeking to incorporate CCIP into Connex. Should we look at incorporating CCIP into the vechain-sdk in a future release. Links: - https://vechain.discourse.group/t/add-vip-support-ccip-for-connex/85 - https://eips.ethereum.org/EIPS/eip-3668
As a developer I want to be able to provide my dApp users with transaction costs in terms of VTHO instead of gas so that my dApp users can easily...
At the moment we are only testing on node js envs, we should also test on browsers.