Interactors Example
Setup
To gain a practical understanding of how interactors work, let's examine an example using the adder contract. We'll generate an interactor template and demonstrate how to utilize its features effectively. While some steps are optional and depend on developer preference, they are included for comprehensive understanding.
In order to save time, we will also generate the adder
contract, using the following command:
sc-meta new --template adder
This command will create a new contract folder, containing a copy of the adder
contract.