From 0c9691761899029ae6256289da977507fd9af584 Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk <93856062+Olexandr88@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:31:35 +0300 Subject: [PATCH 1/4] Update 00_leo_overview.md Update 00_leo_overview Signed-off-by: Olexandr Radovenchyk <93856062+Olexandr88@users.noreply.github.com> --- documentation/00_leo_overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/00_leo_overview.md b/documentation/00_leo_overview.md index d4c934357..50ee6d6b0 100644 --- a/documentation/00_leo_overview.md +++ b/documentation/00_leo_overview.md @@ -4,8 +4,7 @@ title: The Leo Programming Language sidebar_label: Overview --- -Welcome to the Leo programming language. Leo is a statically-typed programming language built -for writing private applications. Leo is a high-level programming language that compiles down to low-level Aleo Instructions. +Welcome to the Leo programming language. Leo is a functional, statically typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. :::info The Leo language is currently in active development. Please monitor the repository on [**GitHub**](https://github.com/AleoHQ/leo) for possibly breaking changes. From 587892ad9d2ad013e0685e8ee8e1a30252184ecf Mon Sep 17 00:00:00 2001 From: Oleg <122110256+operagxsasha@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:44:36 +0300 Subject: [PATCH 2/4] Update 02_hello.md A typo Signed-off-by: Oleg <122110256+operagxsasha@users.noreply.github.com> --- documentation/leo/02_hello.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/leo/02_hello.md b/documentation/leo/02_hello.md index d0ec49907..774de3203 100644 --- a/documentation/leo/02_hello.md +++ b/documentation/leo/02_hello.md @@ -138,7 +138,7 @@ leo update Leo ✅ Updated to version 1.12.0 ``` -### 2. Execute +### 3. Execute The `leo execute` command executes the Leo program and outputs a transaction object ```bash 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 3/4] 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. From 78cd8e4b841fe834b60e4b707560b9b0da40db17 Mon Sep 17 00:00:00 2001 From: d0cd <23022326+d0cd@users.noreply.github.com> Date: Sun, 28 Jul 2024 08:30:43 -0700 Subject: [PATCH 4/4] Update documentation/00_leo_overview.md Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com> --- documentation/00_leo_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/00_leo_overview.md b/documentation/00_leo_overview.md index 50ee6d6b0..29a098772 100644 --- a/documentation/00_leo_overview.md +++ b/documentation/00_leo_overview.md @@ -4,7 +4,7 @@ title: The Leo Programming Language sidebar_label: Overview --- -Welcome to the Leo programming language. Leo is a functional, statically typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. +Welcome to the Leo programming language. Leo is a statically-typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. :::info The Leo language is currently in active development. Please monitor the repository on [**GitHub**](https://github.com/AleoHQ/leo) for possibly breaking changes.