- using the interface of your wallet;
- using CLI;
- executing a transaction using a special feature directly on Suiscan.
Guides
Transaction Execution
A transaction is an instance of calling a specific module of a package (equivalent to a smart contract on Sui) to execute a particular function.
There are several ways you can run a transaction:
1.1. On the left side of the screen, you can see a list of modules. Select the module containing the function or functions you want to execute. In the middle of the page, you can see the source code for the selected module of the package.
1.2. On the right side of the screen, you can see a list of functions the selected module can execute. Click on the function you want to execute, fill in the fields, and click the Execute button.