From d8e7ba3a6f634543af70a02e666cf6494c508063 Mon Sep 17 00:00:00 2001 From: oksanaphmn <122052334+oksanaphmn@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:32:51 +0300 Subject: [PATCH] Update 07_leo_playground.md Update 07_leo_playground Signed-off-by: oksanaphmn <122052334+oksanaphmn@users.noreply.github.com> --- documentation/leo/07_leo_playground.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/leo/07_leo_playground.md b/documentation/leo/07_leo_playground.md index aeba73d64..1b1c1f9bf 100644 --- a/documentation/leo/07_leo_playground.md +++ b/documentation/leo/07_leo_playground.md @@ -85,7 +85,7 @@ tx-cannon deploy /build/.aleo -k `. -## 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`. @@ -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! @@ -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/). @@ -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. \ No newline at end of file +5. Using the transaction cannon, you deployed and executed your program on-chain to a local devnet.