vechain-sdk-js
vechain-sdk-js copied to clipboard
The official JavaScript SDK for vechain.
# Description The code at `packages/core/src/keystore/keystore.ts` provides the [JSON Keystore v3 Wallet](https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage) encrypt and decrypt functionalities only based on secure audited code, minimally based on - [AES 128 CTR](https://github.com/paulmillr/noble-ciphers?tab=readme-ov-file#aes), -...
In order to proceed with the issue: https://github.com/vechain/vechain-sdk-js/issues/634 It's required to clarify which information are used by the dapp-kit and wallet, and in which format.
When importing the SDK Core in a NextJs project 14.1.1, when trying to build, I get the following error: > Type error: Type 'IterableIterator' can only be iterated through when...
Update packages after release
The issue is a reaserch task to design the improvement linked to the reported issue: https://github.com/vechain/vechain-sdk-js/issues/438 The expected result will be to unblock the issue and proceed with the write...
The Team has just added support for multi-clauses transactions, documentation is lacking some examples to enroll new developers to use it.
Implement `resolveName` function into signer and add support of end in populate call. This will. allow transaction like this: `signer.sendTransaction({ ... to: 'example.vet' })`
Implement last methods of Signer: - [ ] signTypedData - [ ] signMessage
From 'vechain' to 'VeChain'