Skip to content

Commit

Permalink
Merge pull request #387 from oksanaphmn/patch-1
Browse files Browse the repository at this point in the history
Update 07_leo_playground.md
  • Loading branch information
d0cd committed Jul 28, 2024
2 parents e6c0619 + d8e7ba3 commit 0cab8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/leo/07_leo_playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tx-cannon deploy <project>/build/<project>.aleo -k <node-private-key-you-jotted-
You can check that your deployment was successful on your network using: http://localhost:3030/testnet3/transaction/`<your-txn-id>`.
<!-- markdown-link-check-enable -->
## 6. Execution On-Chain using the Transaction Cannon
## 5. Execution On-Chain using the Transaction Cannon
Once your program has been deployed on devnet, it's easy to execute your program on-chain. Create a `.toml` file with these parameters. You can find various examples in the repository with different inputs. The example shown below is for `helloworld.aleo`.
Expand Down Expand Up @@ -115,7 +115,7 @@ There's much more functionality to be explored in the [tx-cannon repository](htt
Congratulations, you took a project off Playground and successfully deployed it to an Aleo devnet!
## 7. Claim your Leo Contributor Badge!
## 6. Claim your Leo Contributor Badge!
Making it through this tutorial was no easy task, so because you've done it, we'd love to honor you with a Leo contributor badge on Github!
Expand Down Expand Up @@ -150,7 +150,7 @@ git push -u origin main
Congratulations on becoming a Leo contributor! 🎉
## 8. Recap & Additional Resources
## 7. Recap & Additional Resources
1. You downloaded a project off of [Leo Playground](https://play.leo-lang.org/).
Expand All @@ -162,4 +162,4 @@ Congratulations on becoming a Leo contributor! 🎉
4. Using Leo, you compiled and locally executed your Leo program.
5. Using the transaction cannon, you deployed and executed your program on-chain to a local devnet.
5. Using the transaction cannon, you deployed and executed your program on-chain to a local devnet.

0 comments on commit 0cab8e8

Please sign in to comment.