vechain-sdk-js
vechain-sdk-js copied to clipboard
Analyze json ABI import
Currently, TypeScript does not support direct type inference from JSON files. The issue arises because we are registering the contracts on VeChain in the folder https://github.com/vechain/b32/tree/master as JSON files.
The goal of this task is to find a method to load an ABI from a .json file while enabling TypeScript to utilize type inference.