From d3d202687bb8af47e530e6253d6e0bafe2db105a Mon Sep 17 00:00:00 2001 From: Mike Turner Date: Thu, 19 Dec 2024 13:01:17 -0600 Subject: [PATCH] Update testnet3 references to mainnet --- .github/workflows/website.yml | 2 +- README.md | 6 +++--- create-leo-app/template-react-leo/README.md | 2 +- create-leo-app/template-react-ts/README.md | 2 +- sdk/README.md | 6 +++--- sdk/package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 52e219e54..0445b3566 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,7 +2,7 @@ name: Website on: push: branches: - - testnet3 + - mainnet jobs: deploy: diff --git a/README.md b/README.md index a22ea629e..00d6580b7 100644 --- a/README.md +++ b/README.md @@ -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 Create Leo App @@ -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. diff --git a/create-leo-app/template-react-leo/README.md b/create-leo-app/template-react-leo/README.md index ead733d96..5b858625d 100644 --- a/create-leo-app/template-react-leo/README.md +++ b/create-leo-app/template-react-leo/README.md @@ -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. diff --git a/create-leo-app/template-react-ts/README.md b/create-leo-app/template-react-ts/README.md index 6241ea117..72431ac20 100644 --- a/create-leo-app/template-react-ts/README.md +++ b/create-leo-app/template-react-ts/README.md @@ -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. diff --git a/sdk/README.md b/sdk/README.md index 77621faee..9f7e946e6 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -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: @@ -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 @@ -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 diff --git a/sdk/package.json b/sdk/package.json index 52f55fd1a..fedc97af5 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -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"