vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

The official JavaScript SDK for vechain.

Results 130 vechain-sdk-js issues
Sort by recently updated
recently updated
newest added

# 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), -...

Type: Enhancement
Type: Security

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.

Type: Research
Priority: Medium

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...

Type: Bug
Priority: High

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...

Type: Research
Priority: Medium

The Team has just added support for multi-clauses transactions, documentation is lacking some examples to enroll new developers to use it.

Type: Documentation
Size: Medium
Priority: Medium

Implement `resolveName` function into signer and add support of end in populate call. This will. allow transaction like this: `signer.sendTransaction({ ... to: 'example.vet' })`

Priority: Low

Implement last methods of Signer: - [ ] signTypedData - [ ] signMessage

Priority: Low

From 'vechain' to 'VeChain'