You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/00_leo.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,19 @@ id: leo
3
3
title: The Leo Programming Language
4
4
sidebar_label: Leo
5
5
---
6
-
[general tags]: #(overview, leo)
7
6
8
-
Leo is an open-source, statically-typed, imperative programming language designed for building private applications on the Aleo blockchain.
7
+
[general tags]: #"overview, leo"
8
+
9
+
Leo is an open-source, statically-typed, imperative programming language designed for building private applications on the Aleo blockchain.
9
10
It abstracts the complexities of zero-knowledge cryptography, enabling developers to create secure, privacy-preserving applications while abstracting technical complexities.
10
11
11
-
### Key Features
12
+
### Key Features
13
+
12
14
-**Intuitive Syntax.** Influenced by languages like JavaScript and Rust, Leo offers a familiar and readable syntax, making it accessible to a wide range of developers.
13
15
-**Seamless Aleo Integration.** Specifically designed for the Aleo blockchain, Leo ensures smooth deployment and management of applications within Aleo's zero-knowledge ecosystem.
14
16
-**Robust Tooling.** Leo provides a comprehensive suite of tools, including a command-line interface and integrated development environment (IDE) plugins for Visual Studio Code, Sublime Text 3, and IntelliJ, enhancing the developer experience.
15
17
-**Formal Verification.** With a formally defined language structure, Leo enables developers to perform formal verification of their programs, ensuring correctness and security in application logic.
16
18
17
-
18
19
## Overview
19
20
20
21
-**Getting Started.** Install, set up your development environment, and get familiar with Leo.
@@ -33,9 +34,6 @@ It abstracts the complexities of zero-knowledge cryptography, enabling developer
33
34
34
35
-**Provable API.** Endpoints to query and interact with `mainnet` and `testnet`.
35
36
36
-
37
37
## Contributing
38
38
39
39
Found a bug? Have an idea for a feature? File an issue or PR on the [**Leo GitHub**](https://github.com/ProvableHQ/leo/issues/new/choose) or the [**Documentation Source**](https://github.com/ProvableHQ/leo-docs-source).
Copy file name to clipboardExpand all lines: documentation/01_new.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@ id: new
3
3
title: What's new on Leo?
4
4
sidebar_label: What's new?
5
5
---
6
-
[general tags]: #(whats_new, leo)
6
+
7
+
[general tags]: #"whats_new, leo"
7
8
8
9
:::tip
10
+
9
11
### [**📦 Releases**](https://github.com/ProvableHQ/leo/releases) - Stay up to date with the latest Leo releases.
10
-
### [**🚀 Upgrade Guide**](./guides/10_program_upgradability.md) - Learn how to upgrade your Leo programs.
11
-
### [**🤝 Core Developers Call**](https://developer.aleo.org/guides/how_to_get_help) - Collaborate with the Leo development team and ecosystem on the future of Leo.
12
+
13
+
### [**🚀 Upgrade Guide**](./guides/09_program_upgradability.md) - Learn how to upgrade your Leo programs.
14
+
15
+
### [**🤝 Core Developers Call**](https://developer.aleo.org/guides/how_to_get_help) - Collaborate with the Leo development team and ecosystem on the future of Leo.
16
+
12
17
### [**⚛️ Create Leo App**](https://developer.aleo.org/category/create-leo-app) - A full stack application written in Typescript using Leo and React.
Copy file name to clipboardExpand all lines: documentation/02_where.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
---
2
2
id: where
3
-
title: Where to go?
3
+
title: Where to go?
4
4
sidebar_label: Where to go?
5
5
---
6
-
[general tags]: #(roadmap, leo)
6
+
7
+
[general tags]: #"roadmap, leo"
7
8
8
9
While a deep dive through the Leo documentation is a useful exercise, we realize that it may not be very practical. To help you along your journey, we've provided a "map" to help you find your way.
9
10
@@ -16,5 +17,3 @@ While a deep dive through the Leo documentation is a useful exercise, we realize
16
17
- If you're interested in tutorials, check out [**Guides**](./guides/00_overview.md). Also be sure to check out the [**Core Aleo Concepts**](https://developer.aleo.org/guides/faqs).
17
18
18
19
- If you're deploying or running your programs, [**CLI**](./cli/00_overview.md) will be helpful.
0 commit comments