Skip to content

Commit cc81592

Browse files
authored
Merge branch 'master' into patch-2
Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com>
2 parents 8f9d1bb + 9ed0d82 commit cc81592

File tree

137 files changed

+4718
-2104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+4718
-2104
lines changed

β€Ž.gitmodulesβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "snarkOS"]
22
path = snarkOS
3-
url = https://github.com/AleoHQ/snarkOS.git
3+
url = https://github.com/ProvableHQ/snarkOS.git
44
[submodule "leo"]
55
path = leo
6-
url = https://github.com/AleoHQ/leo
6+
url = https://github.com/ProvableHQ/leo
77
[submodule "aleo-setup"]
88
path = aleo-setup
9-
url = https://github.com/AleoHQ/aleo-setup
9+
url = https://github.com/ProvableHQ/aleo-setup
1010
[submodule "snarkVM"]
1111
path = snarkVM
12-
url = https://github.com/AleoHQ/snarkVM.git
12+
url = https://github.com/ProvableHQ/snarkVM.git
1313
[submodule "sdk"]
1414
path = sdk
15-
url = https://github.com/AleoHQ/sdk.git
15+
url = https://github.com/ProvableHQ/sdk.git

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,14 @@
1-
<p align="center">
2-
<img width="1412" src="./.resources/banner.png">
3-
<a href="https://aleo.org"> <img alt="Website" src="https://img.shields.io/badge/Aleo.org-online-blue"></a>
4-
<a href="https://discord.gg/aleo"><img src="https://img.shields.io/discord/700454073459015690?logo=discord"/></a>
5-
<a href="https://twitter.com/AleoHQ"><img src="https://img.shields.io/twitter/follow/AleoHQ?style=social"/></a>
6-
<a href="https://GitHub.com/AleoHQ/welcome"><img src="https://img.shields.io/badge/contributors-29-ee8449"/></a>
7-
</p>
1+
## Leo Documentation
82

9-
## πŸŽ‰ Welcome to Aleo.
3+
This repository serves as a public source for documentation source files about the Aleo network and the Leo language
4+
in particular. You can find them in readable form at [Developer Docs](https://docs.leo-lang.org/).
5+
Other resources you may find helpful include
106

11-
This repository serves as a guide for getting started with building on Aleo. Here is a quick summary of the key components:
12-
13-
- [πŸ“– Aleo Developer Docs](https://developer.aleo.org) - Developer documentation for Aleo and the Leo programming language.
147
- [πŸ“‘ SnarkOS](http://snarkos.org/) - A decentralized operating system for private applications.
158
- [βš™οΈ SnarkVM](https://snarkvm.org/) - A virtual machine for zero-knowledge proofs.
169
- [🦁 Leo](https://leo-lang.org/) - A programming language for zero-knowledge proofs.
1710
- [πŸ› Leo Playground](http://play.leo-lang.org) - A browser interface to the Leo compiler for rapid ZK development and testing.
18-
- [🧰 Aleo SDK](https://aleo.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions.
19-
- [πŸ”­ Aleo Explorer](https://aleo.network) - Validate and broadcast on Aleo Testnet III
20-
21-
For help setting up, join us on [Discord](https://aleo.org/discord) to ask questions and help others answer their questions.
22-
23-
We will be updating this page with FAQs to make it easy for finding common issues and to fix them quickly.
24-
25-
## ❀️ Contributors
26-
27-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
28-
29-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
30-
<!-- prettier-ignore-start -->
31-
<!-- markdownlint-disable -->
32-
<table>
33-
<tbody>
34-
<tr>
35-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/howardwu"><img src="https://avatars.githubusercontent.com/u/9260812?v=4?s=100" width="100px;" alt="Howard Wu"/><br /><sub><b>Howard Wu</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=howardwu" title="Code">πŸ’»</a> <a href="#ideas-howardwu" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#maintenance-howardwu" title="Maintenance">🚧</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Ahowardwu" title="Reviewed Pull Requests">πŸ‘€</a></td>
36-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/collinc97"><img src="https://avatars.githubusercontent.com/u/16715212?v=4?s=100" width="100px;" alt="Collin Chin"/><br /><sub><b>Collin Chin</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=collinc97" title="Code">πŸ’»</a> <a href="#maintenance-collinc97" title="Maintenance">🚧</a> <a href="#question-collinc97" title="Answering Questions">πŸ’¬</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Acollinc97" title="Reviewed Pull Requests">πŸ‘€</a></td>
37-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/raychu86"><img src="https://avatars.githubusercontent.com/u/14917648?v=4?s=100" width="100px;" alt="Raymond Chu"/><br /><sub><b>Raymond Chu</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/issues?q=author%3Araychu86" title="Bug reports">πŸ›</a> <a href="https://github.com/AleoHQ/welcome/commits?author=raychu86" title="Code">πŸ’»</a> <a href="#ideas-raychu86" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Araychu86" title="Reviewed Pull Requests">πŸ‘€</a></td>
38-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aharshbe"><img src="https://avatars.githubusercontent.com/u/17191728?v=4?s=100" width="100px;" alt="a h"/><br /><sub><b>a h</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=aharshbe" title="Documentation">πŸ“–</a> <a href="#maintenance-aharshbe" title="Maintenance">🚧</a> <a href="#projectManagement-aharshbe" title="Project Management">πŸ“†</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Aaharshbe" title="Reviewed Pull Requests">πŸ‘€</a></td>
39-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/moAlobaidi"><img src="https://avatars.githubusercontent.com/u/37510951?v=4?s=100" width="100px;" alt="Mohammed Alobaidi"/><br /><sub><b>Mohammed Alobaidi</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=moAlobaidi" title="Code">πŸ’»</a> <a href="https://github.com/AleoHQ/welcome/commits?author=moAlobaidi" title="Documentation">πŸ“–</a> <a href="#maintenance-moAlobaidi" title="Maintenance">🚧</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3AmoAlobaidi" title="Reviewed Pull Requests">πŸ‘€</a></td>
40-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/christianwooddell"><img src="https://avatars.githubusercontent.com/u/69871937?v=4?s=100" width="100px;" alt="Christian Wooddell"/><br /><sub><b>Christian Wooddell</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=christianwooddell" title="Code">πŸ’»</a> <a href="https://github.com/AleoHQ/welcome/commits?author=christianwooddell" title="Documentation">πŸ“–</a> <a href="#maintenance-christianwooddell" title="Maintenance">🚧</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Achristianwooddell" title="Reviewed Pull Requests">πŸ‘€</a></td>
41-
<td align="center" valign="top" width="14.28%"><a href="https://alessandrocoglio.info"><img src="https://avatars.githubusercontent.com/u/2409151?v=4?s=100" width="100px;" alt="Alessandro Coglio"/><br /><sub><b>Alessandro Coglio</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=acoglio" title="Documentation">πŸ“–</a> <a href="#maintenance-acoglio" title="Maintenance">🚧</a> <a href="#research-acoglio" title="Research">πŸ”¬</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Aacoglio" title="Reviewed Pull Requests">πŸ‘€</a></td>
42-
</tr>
43-
<tr>
44-
<td align="center" valign="top" width="14.28%"><a href="http://www.kestrel.edu/home/people/mccarthy/"><img src="https://avatars.githubusercontent.com/u/7607035?v=4?s=100" width="100px;" alt="Eric McCarthy"/><br /><sub><b>Eric McCarthy</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=bendyarm" title="Documentation">πŸ“–</a> <a href="#maintenance-bendyarm" title="Maintenance">🚧</a> <a href="#research-bendyarm" title="Research">πŸ”¬</a> <a href="https://github.com/AleoHQ/welcome/pulls?q=is%3Apr+reviewed-by%3Abendyarm" title="Reviewed Pull Requests">πŸ‘€</a></td>
45-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mdelle1"><img src="https://avatars.githubusercontent.com/u/108158289?v=4?s=100" width="100px;" alt="mdelle1"/><br /><sub><b>mdelle1</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=mdelle1" title="Documentation">πŸ“–</a> <a href="#research-mdelle1" title="Research">πŸ”¬</a></td>
46-
<td align="center" valign="top" width="14.28%"><a href="https://victorsintnicolaas.com/"><img src="https://avatars.githubusercontent.com/u/24724627?v=4?s=100" width="100px;" alt="vicsn"/><br /><sub><b>vicsn</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=vicsn" title="Documentation">πŸ“–</a> <a href="#research-vicsn" title="Research">πŸ”¬</a></td>
47-
<td align="center" valign="top" width="14.28%"><a href="https://move-book.com/"><img src="https://avatars.githubusercontent.com/u/8008055?v=4?s=100" width="100px;" alt="Damir Shamanaev"/><br /><sub><b>Damir Shamanaev</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=damirka" title="Documentation">πŸ“–</a></td>
48-
<td align="center" valign="top" width="14.28%"><a href="https://louiswt.github.io/"><img src="https://avatars.githubusercontent.com/u/22902565?v=4?s=100" width="100px;" alt="LouisWT"/><br /><sub><b>LouisWT</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=LouisWT" title="Documentation">πŸ“–</a></td>
49-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jules"><img src="https://avatars.githubusercontent.com/u/30194392?v=4?s=100" width="100px;" alt="jules"/><br /><sub><b>jules</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=jules" title="Documentation">πŸ“–</a></td>
50-
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/errol-drummond-354b8885/"><img src="https://avatars.githubusercontent.com/u/57955633?v=4?s=100" width="100px;" alt="EDGD"/><br /><sub><b>EDGD</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=EDGDrummond" title="Documentation">πŸ“–</a></td>
51-
</tr>
52-
<tr>
53-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ofloxacin"><img src="https://avatars.githubusercontent.com/u/9795941?v=4?s=100" width="100px;" alt="ofloxacin"/><br /><sub><b>ofloxacin</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=ofloxacin" title="Documentation">πŸ“–</a></td>
54-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SyedImam1998"><img src="https://avatars.githubusercontent.com/u/52135949?v=4?s=100" width="100px;" alt="Syed Imam"/><br /><sub><b>Syed Imam</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=SyedImam1998" title="Documentation">πŸ“–</a></td>
55-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/B1boid"><img src="https://avatars.githubusercontent.com/u/47173672?v=4?s=100" width="100px;" alt="B1boid"/><br /><sub><b>B1boid</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=B1boid" title="Documentation">πŸ“–</a></td>
56-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CrypticDriver"><img src="https://avatars.githubusercontent.com/u/107245892?v=4?s=100" width="100px;" alt="CrypticDriver"/><br /><sub><b>CrypticDriver</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=CrypticDriver" title="Documentation">πŸ“–</a></td>
57-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rapiz1"><img src="https://avatars.githubusercontent.com/u/20105061?v=4?s=100" width="100px;" alt="Yujia Qiao"/><br /><sub><b>Yujia Qiao</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=rapiz1" title="Documentation">πŸ“–</a></td>
58-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/joshbeal"><img src="https://avatars.githubusercontent.com/u/3038886?v=4?s=100" width="100px;" alt="Josh Beal"/><br /><sub><b>Josh Beal</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=joshbeal" title="Documentation">πŸ“–</a></td>
59-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/unordered-set"><img src="https://avatars.githubusercontent.com/u/78592281?v=4?s=100" width="100px;" alt="Kostyan"/><br /><sub><b>Kostyan</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=unordered-set" title="Documentation">πŸ“–</a></td>
60-
</tr>
61-
<tr>
62-
<td align="center" valign="top" width="14.28%"><a href="https://detailyang.github.io/"><img src="https://avatars.githubusercontent.com/u/3370345?v=4?s=100" width="100px;" alt="detailyang"/><br /><sub><b>detailyang</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=detailyang" title="Documentation">πŸ“–</a></td>
63-
<td align="center" valign="top" width="14.28%"><a href="https://about.me/schaeff"><img src="https://avatars.githubusercontent.com/u/7441798?v=4?s=100" width="100px;" alt="Thibaut Schaeffer"/><br /><sub><b>Thibaut Schaeffer</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=Schaeff" title="Documentation">πŸ“–</a></td>
64-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gluax"><img src="https://avatars.githubusercontent.com/u/16431709?v=4?s=100" width="100px;" alt="gluax"/><br /><sub><b>gluax</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=gluax" title="Documentation">πŸ“–</a></td>
65-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/graemecode"><img src="https://avatars.githubusercontent.com/u/36094097?v=4?s=100" width="100px;" alt="Graeme"/><br /><sub><b>Graeme</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=graemecode" title="Documentation">πŸ“–</a></td>
66-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pkrasam"><img src="https://avatars.githubusercontent.com/u/4514654?v=4?s=100" width="100px;" alt="pk"/><br /><sub><b>pk</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=pkrasam" title="Documentation">πŸ“–</a></td>
67-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/WietzeSlagman"><img src="https://avatars.githubusercontent.com/u/5808153?v=4?s=100" width="100px;" alt="Wietze"/><br /><sub><b>Wietze</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=WietzeSlagman" title="Documentation">πŸ“–</a></td>
68-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/features/security"><img src="https://avatars.githubusercontent.com/u/27347476?v=4?s=100" width="100px;" alt="Dependabot"/><br /><sub><b>Dependabot</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=dependabot" title="Code">πŸ’»</a></td>
69-
</tr>
70-
<tr>
71-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/actions"><img src="https://avatars.githubusercontent.com/u/65916846?v=4?s=100" width="100px;" alt="actions-user"/><br /><sub><b>actions-user</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=actions-user" title="Documentation">πŸ“–</a></td>
72-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aleosys"><img src="https://avatars.githubusercontent.com/u/60269885?v=4?s=100" width="100px;" alt="aleosys"/><br /><sub><b>aleosys</b></sub></a><br /><a href="https://github.com/AleoHQ/welcome/commits?author=aleosys" title="Documentation">πŸ“–</a></td>
73-
</tr>
74-
</tbody>
75-
<tfoot>
76-
<tr>
77-
<td align="center" size="13px" colspan="7">
78-
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
79-
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
80-
</img>
81-
</td>
82-
</tr>
83-
</tfoot>
84-
</table>
85-
86-
<!-- markdownlint-restore -->
87-
<!-- prettier-ignore-end -->
88-
89-
<!-- ALL-CONTRIBUTORS-LIST:END -->
11+
- [🧰 Aleo SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions.
12+
- [πŸ”­ Aleo Explorer](https://explorer.aleo.org) - Validate and broadcast on Aleo Testnet Beta
9013

91-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
14+
You may also find it helpful to join the Aleo community on [Discord](https://discord.com/invite/aleo) to ask or answer questions.
122 KB
Loading
160 KB
Loading
156 KB
Loading
84.7 KB
Loading
145 KB
Loading
128 KB
Loading
154 KB
Loading
126 KB
Loading

0 commit comments

Comments
Β (0)