Skip to content

Commit

Permalink
Update testnet3 references to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Dec 19, 2024
1 parent d3d771b commit d3d2026
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Website
on:
push:
branches:
- testnet3
- mainnet

jobs:
deploy:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ first zero-knowledge web app.
Create-leo-app provides zero-knowledge web app examples in common web frameworks such as React. Developers looking to
start with working examples should start here.

#### Source: [`sdk/create-leo-app`](https://github.com/ProvableHQ/sdk/tree/testnet3/create-leo-app)
#### Source: [`sdk/create-leo-app`](https://github.com/ProvableHQ/sdk/tree/mainnet/create-leo-app)

## 3. Aleo Wasm - Zero-Knowledge Algorithms in JavaScript + WebAssembly
<a href="https://www.npmjs.com/package/@provablehq/wasm"> <img alt="Create Leo App" src="https://img.shields.io/npm/l/%40provablehq%2Fwasm?label=NPM%20-%20Aleo%20Wasm&labelColor=green&color=blue"></a>
Expand All @@ -65,11 +65,11 @@ Source: [Aleo Wasm](https://www.npmjs.com/package/@provablehq/wasm)
API Documentation, tutorials for the Aleo SDK, and documentation on how to build Leo and Aleo Instructions programs can
be found on the [Leo Developer Docs](https://docs.leo-lang.org/sdk/typescript/overview) page.

#### [SDK Readme](https://github.com/ProvableHQ/sdk/tree/testnet3/sdk#readme)
#### [SDK Readme](https://github.com/ProvableHQ/sdk/tree/mainnet/sdk#readme)
The SDK readme provides concepts core to executing zero-knowledge programs in the web and several detailed examples of
how to use the SDK to build web apps using Aleo.

#### [Aleo Wasm Readme](https://github.com/ProvableHQ/sdk/tree/testnet3/wasm#readme)
#### [Aleo Wasm Readme](https://github.com/ProvableHQ/sdk/tree/mainnet/wasm#readme)
The Aleo Wasm readme provides instructions for compiling the Aleo Wasm crate and using it in web projects. Those who
want to build from source or create their own WebAssembly bindings should start here.

Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-react-leo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React + Aleo + Leo

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/testnet3/create-leo-app/template-react-leo)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/mainnet/create-leo-app/template-react-leo)

This template provides a minimal setup to get React and Aleo working in Vite
with HMR and some ESLint rules.
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-react-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React + Aleo + Leo

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/testnet3/create-leo-app/template-react)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/mainnet/create-leo-app/template-react)

This template provides a minimal setup to get React and Aleo working in Vite
with HMR and some ESLint rules.
Expand Down
6 changes: 3 additions & 3 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In your project's `package.json`, ensure that the following line is added above

### Create Leo App
A set of fully functional examples of zero-knowledge web apps can be found in
[create-leo-app](https://github.com/ProvableHQ/sdk/tree/testnet3/create-leo-app). Create Leo App provides several web app
[create-leo-app](https://github.com/ProvableHQ/sdk/tree/mainnet/create-leo-app). Create Leo 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-leo-app by running:
Expand All @@ -100,7 +100,7 @@ Developers can get started immediately with create-leo-app by running:

Additionally, the SDK powers [provable.tools](https://provable.tools) - a React app that provides a graphical interface for most
of the functionality provided by the SDK and can be used as a reference for usage of the SDK. Source code for provable.tools
can be found [in the SDK repo here](https://github.com/ProvableHQ/sdk/tree/testnet3/website).
can be found [in the SDK repo here](https://github.com/ProvableHQ/sdk/tree/mainnet/website).

## Usage

Expand Down Expand Up @@ -421,7 +421,7 @@ Program execution is a computationally-expensive process. For this reason, it is
web workers. Create-Leo-App will automatically create a web worker for you that performs the execution called `worker.js`.


A full example of this implementation can be found [here](https://github.com/ProvableHQ/sdk/tree/testnet3/create-leo-app/template-vanilla)
A full example of this implementation can be found [here](https://github.com/ProvableHQ/sdk/tree/mainnet/create-leo-app/template-vanilla)

## 3. Aleo Credit Transfers

Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/sdk",
"version": "0.7.0",
"version": "0.7.2",
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
"collaborators": [
"The Provable Team"
Expand Down

0 comments on commit d3d2026

Please sign in to comment.