Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/provable-migration' into fe…
Browse files Browse the repository at this point in the history
…at/provable-migration
  • Loading branch information
onetrickwolf committed Jul 9, 2024
2 parents 92b266d + bc86520 commit 24d19fa
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 👉 [Please follow one of these issue templates](https://github.com/Provablehq/sdk/issues/new/choose) 👈
## 👉 [Please follow one of these issue templates](https://github.com/ProvableHQ/sdk/issues/new/choose) 👈

Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!--
If this PR adds or changes functionality,
please take some time to update the docs at https://github.com/Provablehq/sdk,
please take some time to update the docs at https://github.com/ProvableHQ/sdk,
and link to your PR here.
-->

Expand Down
66 changes: 33 additions & 33 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions create-aleo-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-aleo-app/template-react-leo)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/testnet3/create-aleo-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 Expand Up @@ -33,7 +33,7 @@ Your app should be running on http://localhost:5173/
2. Replace `PRIVATE_KEY=user1PrivateKey` in the `.env` with your own key (you
can use an existing one or generate your own at https://provable.tools/account)

3. Follow instructions to install Leo here: https://github.com/Provablehq/leo
3. Follow instructions to install Leo here: https://github.com/ProvableHQ/leo

4. You can edit `helloworld/src/main.leo` and run `leo run` to compile and update the
Aleo instructions under `build` which are loaded by the web app.
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-leo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -d "$INSTALL_DIR" ]; then
git -C "$INSTALL_DIR" pull
else
echo "Cloning repository into $INSTALL_DIR..."
git clone https://github.com/Provablehq/leo "$INSTALL_DIR"
git clone https://github.com/ProvableHQ/leo "$INSTALL_DIR"
fi

# build and install
Expand Down
4 changes: 2 additions & 2 deletions create-aleo-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-aleo-app/template-react)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/ProvableHQ/sdk/tree/testnet3/create-aleo-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 Expand Up @@ -33,7 +33,7 @@ Your app should be running on http://localhost:5173/
2. Replace `PRIVATE_KEY=user1PrivateKey` in the `.env` with your own key (you
can use an existing one or generate your own at https://provable.tools/account)

3. Follow instructions to install Leo here: https://github.com/Provablehq/leo
3. Follow instructions to install Leo here: https://github.com/ProvableHQ/leo

4. You can edit `helloworld/src/main.leo` and run `leo run` to compile and update the
Aleo instructions under `build` which are loaded by the web app.
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-ts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -d "$INSTALL_DIR" ]; then
git -C "$INSTALL_DIR" pull
else
echo "Cloning repository into $INSTALL_DIR..."
git clone https://github.com/Provablehq/leo "$INSTALL_DIR"
git clone https://github.com/ProvableHQ/leo "$INSTALL_DIR"
fi

# build and install
Expand Down
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project was bootstrapped with [Vite](https://vitejs.dev/).

### Prerequisites

- Follow [SDK Build Guide](https://github.com/Provablehq/sdk#2-build-guide) to get Rust installed
- Follow [SDK Build Guide](https://github.com/ProvableHQ/sdk#2-build-guide) to get Rust installed
- Nodejs `18` or `20`. Install through [official website](https://nodejs.org/) or via a node manager like [NVM](https://github.com/creationix/nvm)
- [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)

Expand Down
2 changes: 1 addition & 1 deletion website/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function Main() {
</Content>
<Footer style={{ textAlign: "center" }}>
Visit the{" "}
<a href="https://github.com/Provablehq/sdk">
<a href="https://github.com/ProvableHQ/sdk">
Aleo SDK Github repo
</a>
.
Expand Down

0 comments on commit 24d19fa

Please sign in to comment.