vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
Just like @Valazan did in dAppKit, we should allow the same operation using the new branch of dAppKit using the SDK only. This ticket relates to and is the continuation...
Some considerations: - Support multiple architectures (arm and amd) - Provide a `yarn.lock` file for the build phase (this is complicated in a monorepo setup as the yarn.lock is at...
- [ ] #1324* - [ ] Replace hardhat-ethers with [hardhat-viem](https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-viem) - [x] #1339 - [ ] Check if there's more or if we have better options *Discussion ongoing here:...
Investigate the possibility of JS using the SDK running in [React](https://react.dev/) to call native executable code. This case is useful to provide hight speed and secure cryptographic support to runtimes...
Currently, the Software Development Kit (SDK) is returning data as a generic Result object provided by the Ethers.js library. While this Result object contains the necessary decoded data from smart...
**Description** Add e2e tests for rpc-proxy to check if methods are handled properly. Not sure what priority is rpc-proxy so we can set ticket priority accordingly **Actions** - Probably best...
### Summary The goal of this ticket is to configure the repo following yarn workspaces. Currently it does not work because of an issue of [yarn 1.X dealing with prerelease...
It's the cause of: [#1143](https://github.com/vechain/vechain-sdk-js/issues/1143)