I search a way to find and interact with the view functions of a smart contract on Elrond blockchain.
I have many questions:
- How to reverse a wasm smart contract file ?
- How to get the abi.json of a smart contract ?
- How to get the get/view functions of a smart contract ?
- How to call a get/view function of a smart contract (sample code in Javascript) ?
Like in EtherScan:
I'm currently reading all the documentation of Elrond Developers, so please no "RTFM" message :)
Thanks !