From c881c28ed6bf8aea28704987ebb4a3df27010c91 Mon Sep 17 00:00:00 2001
From: Pranav Gaddamadugu <23022326+d0cd@users.noreply.github.com>
Date: Sun, 28 Jul 2024 09:57:17 -0700
Subject: [PATCH] Rename create-aleo-app to create-leo-app
---
documentation/00_getting_started.md | 2 +-
documentation/00_sdk_overview.md | 12 ++++++------
.../00_app_installation.md | 4 ++--
.../01_create_leo_app.md} | 4 ++--
.../images/decrypt-record.png | Bin
.../images/deployment-console.png | Bin
.../images/deployment-success.png | Bin
.../images/execution-console.png | Bin
.../images/execution-success.png | Bin
.../images/get-transaction.png | Bin
documentation/sdk/typescript/00_sdk_overview.md | 8 ++++----
documentation/sdk/wasm/00_wasm_installation.md | 4 ++--
12 files changed, 17 insertions(+), 17 deletions(-)
rename documentation/sdk/{create-aleo-app => create-leo-app}/00_app_installation.md (74%)
rename documentation/sdk/{create-aleo-app/01_create_aleo_app.md => create-leo-app/01_create_leo_app.md} (97%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/decrypt-record.png (100%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/deployment-console.png (100%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/deployment-success.png (100%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/execution-console.png (100%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/execution-success.png (100%)
rename documentation/sdk/{create-aleo-app => create-leo-app}/images/get-transaction.png (100%)
diff --git a/documentation/00_getting_started.md b/documentation/00_getting_started.md
index 18a672be5..321af6640 100644
--- a/documentation/00_getting_started.md
+++ b/documentation/00_getting_started.md
@@ -12,7 +12,7 @@ to compile, execute, and finalize its state autonomously.
# What's new on Aleo?
### [**🔧 Getting Ready for Testnet Beta**](./leo/17_testnet_beta.md) - A guide on updating your Leo applications for Testnet Beta.
### [**🤝 Leo Core Developers Call**](./leo/16_core_devs_call.md) - Collaborate with the Leo development team and ecosystem on the future of Leo.
-### [**⚛️ Create Aleo App**](./sdk/create-aleo-app/01_create_aleo_app.md) - A full stack application written in Typescript using Leo and React.
+### [**⚛️ Create Leo App**](./sdk/create-leo-app/01_create_leo_app.md) - A full stack application written in Typescript using Leo and React.
### [**🧰 Leo Developer Toolkit**](./testnet/getting_started/04_developer_toolkit.md) - A zero to one tutorial for the Leo programming language.
:::
diff --git a/documentation/00_sdk_overview.md b/documentation/00_sdk_overview.md
index bb640fb9d..304acda29 100644
--- a/documentation/00_sdk_overview.md
+++ b/documentation/00_sdk_overview.md
@@ -33,9 +33,9 @@ first zero knowledge web app.
#### Source: [`sdk/sdk`](https://github.com/AleoHQ/sdk/tree/testnet3/sdk)
-## 2. [Create-Aleo-App](./sdk/create-aleo-app/00_app_installation.md) - Zero Knowledge Web App Examples
+## 2. [Create-Aleo-App](./sdk/create-leo-app/00_app_installation.md) - Zero Knowledge Web App Examples
-
+
Create-aleo-app provides zero-knowledge web app examples in common web frameworks such as React. Developers looking to
start with working examples should start here.
@@ -45,15 +45,15 @@ start with working examples should start here.
You can start with a template by running
```bash
-npm create aleo-app@latest
+npm create leo-app@latest
```
-#### Source: [`sdk/create-aleo-app`](https://github.com/AleoHQ/sdk/tree/testnet3/create-aleo-app)
+#### Source: [`sdk/create-leo-app`](https://github.com/AleoHQ/sdk/tree/testnet3/create-leo-app)
## 3. [Aleo-Wasm](./sdk/wasm/00_wasm_installation.md) - Zero Knowledge Algorithms in JavaScript + WebAssembly
-
-
+
+
Aleo Wasm is a Rust crate which compiles Aleo code responsible for creating and executing zero knowledge programs into
diff --git a/documentation/sdk/create-aleo-app/00_app_installation.md b/documentation/sdk/create-leo-app/00_app_installation.md
similarity index 74%
rename from documentation/sdk/create-aleo-app/00_app_installation.md
rename to documentation/sdk/create-leo-app/00_app_installation.md
index c64255c35..ba7852ff3 100644
--- a/documentation/sdk/create-aleo-app/00_app_installation.md
+++ b/documentation/sdk/create-leo-app/00_app_installation.md
@@ -1,10 +1,10 @@
---
id: installation
-title: Create Aleo App
+title: Create Leo App
sidebar_label: Installation
---
-
+
## Scaffolding Your First Aleo Project
diff --git a/documentation/sdk/create-aleo-app/01_create_aleo_app.md b/documentation/sdk/create-leo-app/01_create_leo_app.md
similarity index 97%
rename from documentation/sdk/create-aleo-app/01_create_aleo_app.md
rename to documentation/sdk/create-leo-app/01_create_leo_app.md
index c4457962b..296182abb 100644
--- a/documentation/sdk/create-aleo-app/01_create_aleo_app.md
+++ b/documentation/sdk/create-leo-app/01_create_leo_app.md
@@ -1,10 +1,10 @@
---
id: tutorial
-title: Create Aleo App - React + JS + Leo Tutorial
+title: Create Leo App - React + JS + Leo Tutorial
sidebar_label: React + JS + Leo Tutorial
---
-
+
## 1. Installation
diff --git a/documentation/sdk/create-aleo-app/images/decrypt-record.png b/documentation/sdk/create-leo-app/images/decrypt-record.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/decrypt-record.png
rename to documentation/sdk/create-leo-app/images/decrypt-record.png
diff --git a/documentation/sdk/create-aleo-app/images/deployment-console.png b/documentation/sdk/create-leo-app/images/deployment-console.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/deployment-console.png
rename to documentation/sdk/create-leo-app/images/deployment-console.png
diff --git a/documentation/sdk/create-aleo-app/images/deployment-success.png b/documentation/sdk/create-leo-app/images/deployment-success.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/deployment-success.png
rename to documentation/sdk/create-leo-app/images/deployment-success.png
diff --git a/documentation/sdk/create-aleo-app/images/execution-console.png b/documentation/sdk/create-leo-app/images/execution-console.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/execution-console.png
rename to documentation/sdk/create-leo-app/images/execution-console.png
diff --git a/documentation/sdk/create-aleo-app/images/execution-success.png b/documentation/sdk/create-leo-app/images/execution-success.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/execution-success.png
rename to documentation/sdk/create-leo-app/images/execution-success.png
diff --git a/documentation/sdk/create-aleo-app/images/get-transaction.png b/documentation/sdk/create-leo-app/images/get-transaction.png
similarity index 100%
rename from documentation/sdk/create-aleo-app/images/get-transaction.png
rename to documentation/sdk/create-leo-app/images/get-transaction.png
diff --git a/documentation/sdk/typescript/00_sdk_overview.md b/documentation/sdk/typescript/00_sdk_overview.md
index 7bc008122..4be17c567 100644
--- a/documentation/sdk/typescript/00_sdk_overview.md
+++ b/documentation/sdk/typescript/00_sdk_overview.md
@@ -32,7 +32,7 @@ The Aleo SDK provides the following functionality (Click to see examples):
* [Installation](#Installation)
* [Usage](#Usage)
* [Zero Knowledge Web App Examples](#Zero-Knowledge-Web-App-Examples)
- * [Create Aleo App](#create-aleo-app)
+ * [Create Leo App](#create-leo-app)
* [provable.tools](#provabletools)
* [Create An Aleo Account](#1-create-an-aleo-account)
* [Execute Aleo Programs](#2-execute-aleo-programs)
@@ -75,9 +75,9 @@ To build the project from source, go to this project's root and execute:
## Zero Knowledge Web App Examples
-### Create Aleo App
+### Create Leo App
A set of fully functional examples of zero knowledge web apps can be found in
-[create-aleo-app](https://github.com/AleoHQ/sdk/tree/testnet3/create-aleo-app). Create-aleo-app provides several web-app
+[create-leo-app](https://github.com/AleoHQ/sdk/tree/testnet3/create-leo-app). Create-aleo-app provides several web-app
templates in common web frameworks such as React that can be used as a starting point for building zero knowledge web apps.
Developers can get started immediately with create-react-app by running:
@@ -663,7 +663,7 @@ Make sure that you included custom types in your `tsconfig` file.
-A full example of this implementation can be found [here](https://github.com/AleoHQ/sdk/blob/testnet3/create-aleo-app/template-react-leo/src/App.jsx)
+A full example of this implementation can be found [here](https://github.com/AleoHQ/sdk/blob/testnet3/create-leo-app/template-react-leo/src/App.jsx)
## 3. Aleo Credit Transfers
diff --git a/documentation/sdk/wasm/00_wasm_installation.md b/documentation/sdk/wasm/00_wasm_installation.md
index 5c30253b0..d0f081f48 100644
--- a/documentation/sdk/wasm/00_wasm_installation.md
+++ b/documentation/sdk/wasm/00_wasm_installation.md
@@ -5,8 +5,8 @@ sidebar_label: Installation
---
-
-
+
+
[![github]](https://github.com/AleoHQ/sdk) [![crates-io]](https://crates.io/crates/aleo-wasm) [![docs-rs]](https://docs.rs/aleo-wasm/latest/aleo-wasm/)