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

### Summary When I create a `Contract` instance using `thorClient.contracts.load(...)`, I would like to be able to simulate transactions. Currently I can do `read(...)` and `transact(...)` but there is no...

According to the vechain node swagger, the logIndex and the transactionIndex are not returned. If, as reported, the only alternative is to query a block for every entry log, we...

Type: Enhancement
Size: Medium
Priority: Low

We can add a validator package for input validations. Commonly we have: ``` function x(input) { // ... validate input ... assert(...) // Flow doSomeStuff(input) } ``` Why cannot create...

Type: Enhancement
Type: Maintenance
Size: Medium
Priority: Low

We need to also test the state manipulation functions of the TestingContract.sol.

Type: Enhancement
Type: Testing
Size: Medium
Priority: Low

As a Contributor I want to be able to view the SSD diagram which offers a higher-level overview of all the packages and macro-systems sequence interactions of each packages and...

Type: Documentation
Size: Small
Priority: Low

Does the SDK provide all of the features that are required for account-abstraction? Tasks: - Use the SDK as the dependency instead of hardhat-plugins and run the existing test suite...

Type: Question
Status: Blocked
Priority: Low

# Issue: Creating a Custom SDK Package for React Native ## Overview The core objective of this package is to serve as a wrapper around the Vechain SDK. This encapsulation...

Type: Feature
Size: Large
Priority: Low

Need to figure out what sample dApp to create with the dapp-kit to show show case the vechain-sdk. What features do we want to showcase? - wallet connection - sign...

Type: Documentation
Status: Blocked
Type: Enhancement
Priority: Medium

We need to test retrieving the revert reason of a transaction that has been broadcasted to the network and has reverted. To do this, the flow should be get the...

Type: Documentation
Status: Blocked
Size: Medium
Priority: Medium

Better regroup errors and methods to better organize the generated docs.

Type: Question
Type: Research