elrond-sdk-erdpy
elrond-sdk-erdpy copied to clipboard
Support for abi files for contract operations
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..." }
}
]