elrond-sdk-erdpy icon indicating copy to clipboard operation
elrond-sdk-erdpy copied to clipboard

Support for abi files for contract operations

Open popenta opened this issue 7 months ago • 0 comments

Now, the abi file of the contract can be passed and arguments can be loaded from a json file that respects the format.

The args should all be placed in a list, so it should look something like this:

[
    5,
    {
         { "bech32": "erd1..." }
    }
]

popenta avatar Jul 10 '24 15:07 popenta