Call Contract

This document describes how you can programatically interact with contracts.

Using MyWanWallet

First open the contracts tab Open Contracts

Then either select the contract address from the menu or type the contract address and paste the ABI in the corresponding fields. Then click the Access button. Access contract

Now you can interact with the contract by selecting the function you want to call. Interact with contract

Using Javascript with web3

See the Pen jJvVMQ by Peter van Mourik (@tyrion70) on CodePen.