Skip to content

Commit d4ac718

Browse files
committed
Executing and Verifying transactions using the Transaction Cannon
1 parent ebbebff commit d4ac718

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/sdk/create-aleo-app/02_create_aleo_app_full.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,10 @@ tx-cannon deploy helloworld-deux/build/hellowords.aleo -k <private-key> --fee 3
217217
218218
Again, you can check that your deployment was successful on your network using: http://localhost:3030/testnet3/transaction/your-txn-id.
219219
220-
## 6. Execution On-Chain using the Transaction Cannon
220+
## 6. Executing and Verifying transactions using the Transaction Cannon
221221
222-
Once your program has been deployed on devnet, it's easy to execute your program on-chain. Create a `.toml` file with these parameters:
222+
223+
Once your program has been deployed on devnet, it's easy to interact with your program. Unlike Ethereum, where executions occur on-chain, Aleo performs executions off-chain while verifying them on-chain. Create a `.toml` file with these parameters:
223224
224225
```toml
225226
# helloworld.aleo

0 commit comments

Comments
 (0)