diff --git a/README.md b/README.md index de6c6ea..feb8f56 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This repository serves as a guide for getting started with building on Aleo. Her <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD - [🧰 Provable SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions. - [🔭 Aleo Explorer](https://aleo.network) - Validate and broadcast on Aleo Testnet III ======= @@ -37,6 +38,8 @@ This repository serves as a guide for getting started with building on Aleo. Her ======= ======= >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) - [🧰 Aleo SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions. - [🔭 Aleo Explorer](https://explorer.aleo.org) - Validate and broadcast on Aleo Testnet Beta ======= @@ -47,14 +50,26 @@ This repository serves as a guide for getting started with building on Aleo. Her >>>>>>> 88fc9fe (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ======= ======= +======= +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) - [🧰 Provable SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions. - [🔭 Aleo Explorer](https://aleo.network) - Validate and broadcast on Aleo Testnet III ======= - [🧰 Aleo SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions. - [🔭 Aleo Explorer](https://explorer.aleo.org) - Validate and broadcast on Aleo Testnet Beta >>>>>>> be2a7dd (Fix explorer link and remove usage of testnet3) +<<<<<<< HEAD >>>>>>> 16d016d (Fix explorer link and remove usage of testnet3) +<<<<<<< HEAD >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) +======= +======= +======= +- [🧰 Provable SDK](https://provable.tools/) - A Software Development Kit (SDK) for Zero-Knowledge Transactions. +- [🔭 Aleo Explorer](https://aleo.network) - Validate and broadcast on Aleo Testnet III +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) For help setting up, join us on [Discord](https://discord.com/invite/aleo) to ask questions and help others answer their questions. diff --git a/documentation updates aleo ambassadors/src/learn/concepts/storage.md b/documentation updates aleo ambassadors/src/learn/concepts/storage.md index 7562cd5..2da31cd 100644 --- a/documentation updates aleo ambassadors/src/learn/concepts/storage.md +++ b/documentation updates aleo ambassadors/src/learn/concepts/storage.md @@ -90,13 +90,17 @@ This process enables users to securely and privately transfer data and values ac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) The code for encryption and decryption is available in the snarkVM sections, which can be accessed at the [encrypt](https://github.com/AleoNet/snarkVM/blob/mainnet/circuit/program/src/data/record/encrypt.rs) and [decrypt](https://github.com/AleoNet/snarkVM/blob/mainnet/circuit/program/src/data/record/decrypt.rs) pages, respectively. ======= The code for encryption and decryption is available in the snarkVM sections, which can be accessed at the [encrypt](https://github.com/AleoNet/snarkVM/blob/testnet3/circuit/program/src/data/record/encrypt.rs) and [decrypt](https://github.com/AleoNet/snarkVM/blob/testnet3/circuit/program/src/data/record/decrypt.rs) pages, respectively. >>>>>>> a5c06be (docs: update url AleoHQ -> AleoNet) <<<<<<< HEAD +<<<<<<< HEAD ======= The code for encryption and decryption is available in the snarkVM sections, which can be accessed at the [encrypt](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/circuit/program/src/data/record/encrypt.rs) and [decrypt](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/circuit/program/src/data/record/decrypt.rs) pages, respectively. >>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) @@ -105,6 +109,11 @@ The code for encryption and decryption is available in the snarkVM sections, whi >>>>>>> be2a7dd (Fix explorer link and remove usage of testnet3) ======= >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +======= +The code for encryption and decryption is available in the snarkVM sections, which can be accessed at the [encrypt](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/circuit/program/src/data/record/encrypt.rs) and [decrypt](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/circuit/program/src/data/record/decrypt.rs) pages, respectively. +>>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Additionally, users can decrypt their encrypted records using their view key via a web interface available at [Provable Tools](https://www.provable.tools/record). This feature allows for the practical application of decryption processes directly through a browser. diff --git a/documentation updates aleo ambassadors/src/learn/network/provers.md b/documentation updates aleo ambassadors/src/learn/network/provers.md index a2a1b25..5524931 100644 --- a/documentation updates aleo ambassadors/src/learn/network/provers.md +++ b/documentation updates aleo ambassadors/src/learn/network/provers.md @@ -33,6 +33,7 @@ Besides requiring ProverSolutions to be valid, the network also demands that the <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoNet/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). ======= <<<<<<< HEAD @@ -50,6 +51,8 @@ Becoming a Prover node does not require staking or authorization, anyone can [st ======= ======= >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoHQ/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). ======= Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoNet/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). @@ -58,6 +61,8 @@ Becoming a Prover node does not require staking or authorization, anyone can [st >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) ======= ======= +======= +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoNet/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). ======= <<<<<<< HEAD @@ -66,5 +71,14 @@ Becoming a Prover node does not require staking or authorization, anyone can [st Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoNet/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). >>>>>>> a5c06be (docs: update url AleoHQ -> AleoNet) >>>>>>> 3439f50 (docs: update url AleoHQ -> AleoNet) +<<<<<<< HEAD >>>>>>> 73c6360 (docs: update url AleoHQ -> AleoNet) +<<<<<<< HEAD >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +======= +======= +Becoming a Prover node does not require staking or authorization, anyone can [start a Prover node](https://github.com/AleoNet/snarkOS?tab=readme-ov-file#32-run-an-aleo-prover). +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) diff --git a/documentation/00_sdk_overview.md b/documentation/00_sdk_overview.md index 60c7153..6967ff5 100644 --- a/documentation/00_sdk_overview.md +++ b/documentation/00_sdk_overview.md @@ -30,7 +30,11 @@ The official Provable SDK providing Javascript/Typescript tools for creating zer Start here with the [documentation](./sdk/typescript/00_sdk_overview.md) and follow the instructions to install the [Provable SDK](https://github.com/provablehq/sdk/tree/testnet3/sdk#readme) to get started building your first zero knowledge web app. +<<<<<<< HEAD #### Source: [`sdk/sdk`](https://github.com/provablehq/sdk/tree/testnet3/sdk) +======= +#### Source: [`sdk/sdk`](https://github.com/provablehq/sdk/tree//sdk) +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ## 2. [Create-Leo-App](./sdk/create-leo-app/00_app_installation.md) - Zero Knowledge Web App Examples diff --git a/documentation/aleo/07_tooling.md b/documentation/aleo/07_tooling.md index 978037d..ac2a3ab 100644 --- a/documentation/aleo/07_tooling.md +++ b/documentation/aleo/07_tooling.md @@ -44,16 +44,22 @@ Download the editor here: https://code.visualstudio.com/download. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) 1. Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=aleohq.leo-extension) from VSCode marketplace. ======= 1. Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=provablehq.leo-extension) from VSCode marketplace. >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= 1. Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=provablehq.leo-extension) from VSCode marketplace. >>>>>>> 88fc9fe (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ======= 1. Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=aleohq.leo-extension) from VSCode marketplace. >>>>>>> 00016dd (docs: fix errors from ci) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) 2. The correct extension ID is `provablehq.leo-extension`, and the description should state "the official VSCode extension for Leo". ### Usage diff --git a/documentation/concepts/00_accounts.md b/documentation/concepts/00_accounts.md index e819759..53c3b91 100644 --- a/documentation/concepts/00_accounts.md +++ b/documentation/concepts/00_accounts.md @@ -167,6 +167,7 @@ Given global instantiated Aleo parameters and subroutines. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD [source code](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/console/account/src/private_key/try_from.rs) ======= [source code](https://github.com/AleoNet/snarkVM/blob/mainnet/console/account/src/private_key/try_from.rs) @@ -180,6 +181,8 @@ Given global instantiated Aleo parameters and subroutines. >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) ======= >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) [source code](https://github.com/AleoNet/snarkVM/blob/mainnet/console/account/src/private_key/try_from.rs) ======= [source code](https://github.com/AleoNet/snarkVM/blob/testnet3/console/account/src/private_key/try_from.rs) @@ -211,6 +214,8 @@ Given global instantiated Aleo parameters and subroutines. ======= ======= >>>>>>> 73c6360 (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) [source code](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/console/account/src/private_key/try_from.rs) ======= [source code](https://github.com/AleoNet/snarkVM/blob/mainnet/console/account/src/private_key/try_from.rs) @@ -222,13 +227,27 @@ Given global instantiated Aleo parameters and subroutines. ======= ======= ======= +======= +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) [source code](https://github.com/AleoNet/snarkVM/blob/mainnet/console/account/src/private_key/try_from.rs) ======= [source code](https://github.com/AleoNet/snarkVM/blob/testnet3/console/account/src/private_key/try_from.rs) >>>>>>> a5c06be (docs: update url AleoHQ -> AleoNet) +<<<<<<< HEAD >>>>>>> 3439f50 (docs: update url AleoHQ -> AleoNet) +<<<<<<< HEAD >>>>>>> 73c6360 (docs: update url AleoHQ -> AleoNet) +<<<<<<< HEAD >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +======= +======= +======= +[source code](https://github.com/AleoNet/snarkVM/blob/mainnet-staging/console/account/src/private_key/try_from.rs) +>>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 7481292 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) #### Generate a View Key 1. `(sk_sig, r_sig)` = `private_key` diff --git a/documentation/sdk/create-leo-app/01_create_leo_app.md b/documentation/sdk/create-leo-app/01_create_leo_app.md index c5972b7..fb56fb6 100644 --- a/documentation/sdk/create-leo-app/01_create_leo_app.md +++ b/documentation/sdk/create-leo-app/01_create_leo_app.md @@ -90,10 +90,13 @@ Note down your transaction ID in the back of the URL from the faucet. The succes <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) ======= >>>>>>> 21d9a55 (update explorer and api urls) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Transfer successful! for message ID: 1156693507768078496 https://api.explorer.provable.com/v1/testnet/transaction/at12u62xwfew2rq32xee8nwhtlxghfjz7mm3528yj240nuezue625fqy4lhlp ======= @@ -117,6 +120,7 @@ have fun https://explorer.provable.com/transaction/... ======= Transfer successful! for message ID: 1156693507768078496 https://api.explorer.provable.com/v1/testnet/transaction/at12u62xwfew2rq32xee8nwhtlxghfjz7mm3528yj240nuezue625fqy4lhlp +<<<<<<< HEAD >>>>>>> 88fc9fe (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ======= >>>>>>> 5ab53f8 (Fix explorer link and remove usage of testnet3) @@ -125,6 +129,9 @@ https://api.explorer.provable.com/v1/testnet/transaction/at12u62xwfew2rq32xee8nw have fun https://explorer.provable.com/transaction/... >>>>>>> b9cb75a (update explorer and api urls) >>>>>>> 21d9a55 (update explorer and api urls) +======= +>>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ``` ### Leo & `helloworld` diff --git a/documentation/sdk/wasm/00_wasm_installation.md b/documentation/sdk/wasm/00_wasm_installation.md index cf9319d..c92c697 100644 --- a/documentation/sdk/wasm/00_wasm_installation.md +++ b/documentation/sdk/wasm/00_wasm_installation.md @@ -9,6 +9,9 @@ sidebar_label: Installation <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Create Leo App Create Leo App ======= @@ -19,6 +22,7 @@ sidebar_label: Installation Create Leo App Create Leo App >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= Create Leo App Create Leo App @@ -27,6 +31,8 @@ sidebar_label: Installation Create Leo App Create Leo App >>>>>>> 88fc9fe (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) Aleo-Wasm [![github]](https://github.com/provablehq/sdk) [![crates-io]](https://crates.io/crates/aleo-wasm) [![docs-rs]](https://docs.rs/aleo-wasm/latest/aleo-wasm/) diff --git a/documentation/testnet/getting_started/03_deploy_and_execute_demo.md b/documentation/testnet/getting_started/03_deploy_and_execute_demo.md index b2852b8..83ee4c3 100644 --- a/documentation/testnet/getting_started/03_deploy_and_execute_demo.md +++ b/documentation/testnet/getting_started/03_deploy_and_execute_demo.md @@ -31,14 +31,20 @@ Make sure you have both Leo and snarkOS installed on your machine. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) * You can find instructions to install Leo on your machine [here](https://github.com/provablehq/leo) and snarkOS [here](https://github.com/AleoNet/snarkOS) ======= ======= >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= * You can find instructions to install Leo on your machine [here](https://github.com/provablehq/leo) and snarkOS [here](https://github.com/AleoNet/snarkOS) ======= >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) <<<<<<< HEAD * You can find instructions to install Leo on your machine [here](https://github.com/ProvableHQ/leo) and snarkOS [here](https://github.com/AleoHQ/snarkos) ======= @@ -46,12 +52,16 @@ Make sure you have both Leo and snarkOS installed on your machine. >>>>>>> a5c06be (docs: update url AleoHQ -> AleoNet) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) >>>>>>> 3439f50 (docs: update url AleoHQ -> AleoNet) ======= ======= * You can find instructions to install Leo on your machine [here](https://github.com/provablehq/leo) and snarkOS [here](https://github.com/AleoNet/snarkOS) >>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= * You can find instructions to install Leo on your machine [here](https://github.com/ProvableHQ/leo) and snarkOS [here](https://github.com/AleoHQ/snarkos) >>>>>>> 158c104 (update API and SDK docs) @@ -61,6 +71,8 @@ Make sure you have both Leo and snarkOS installed on your machine. ======= >>>>>>> 3439f50 (docs: update url AleoHQ -> AleoNet) >>>>>>> e45966b (docs: update url AleoHQ -> AleoNet) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) * Make sure to pull the latest versions of `snarkos` and `leo` from GitHub to your local machine ### 2. Generate your test keys and wallet address @@ -190,6 +202,9 @@ RECORD="" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query "https://api.explorer.provable.com/v1" --path "./${APPNAME}/build/" --broadcast "https://api.explorer.provable.com/v1/testnet/transaction/broadcast" --fee 1000000 --record "${RECORD}" ======= <<<<<<< HEAD @@ -198,6 +213,7 @@ snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query "https://api.explorer.provable.com/v1" --path "./${APPNAME}/build/" --broadcast "https://api.explorer.provable.com/v1/testnet/transaction/broadcast" --fee 1000000 --record "${RECORD}" >>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query "https://api.explorer.aleo.org/v1" --path "./${APPNAME}/build/" --broadcast "https://api.explorer.aleo.org/v1/testnet/transaction/broadcast" --fee 1000000 --record "${RECORD}" >>>>>>> 158c104 (update API and SDK docs) @@ -213,6 +229,8 @@ snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query ======= snarkos developer deploy "${APPNAME}.aleo" --private-key "${PRIVATEKEY}" --query "https://api.explorer.provable.com/v1" --path "./${APPNAME}/build/" --broadcast "https://api.explorer.provable.com/v1/testnet/transaction/broadcast" --fee 1000000 --record "${RECORD}" >>>>>>> 21d9a55 (update explorer and api urls) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) ``` You should have seen a confirmation that your Aleo application was deployed in the form of a transaction ID that looks like the following `at1rkkpqu5k4rt86zzccczw6cxeyvrl7hxydvvv7dhl7zr7p9w40c8s70kwm8`. Make sure to copy this string as you'll need it for the last step. @@ -227,14 +245,20 @@ Finally, it is time to execute the application you just deployed! <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 64093e9 (update API and SDK docs) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) * You'll need to update the `--record` flag with the latest transaction linked to your wallet balance. In this case, you can obtain that by going to the following URL: https://api.explorer.provable.com/v1/testnet/transaction/$DEPLOY_TX_ID but replace $DEPLOY_TX_ID with the transaction ID provided to you once your application was deployed (or from the most recent transaction linked to your wallet address). An example URL looks like so: https://api.explorer.provable.com/v1/testnet/transaction/at1rkkpqu5k4rt86zzccczw6cxeyvrl7hxydvvv7dhl7zr7p9w40c8s70kwm8 * In the JSON object provided at https://api.explorer.provable.com/v1/testnet/transaction/$DEPLOY_TX_ID, navigate to: `object.fee.transition.outputs[0].value` and copy the record ciphertext value. * Head to [provable.tools](https://provable.tools/) and navigate to the **Record** tab and paste the record ciphertext you just copied as well as your wallet's view key ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) * You'll need to update the `--record` flag with the latest transaction linked to your wallet balance. In this case, you can obtain that by going to the following URL: https://api.explorer.aleo.org/v1/testnet/transaction/$DEPLOY_TX_ID but replace $DEPLOY_TX_ID with the transaction ID provided to you once your application was deployed (or from the most recent transaction linked to your wallet address). An example URL looks like so: https://api.explorer.aleo.org/v1/testnet/transaction/at1rkkpqu5k4rt86zzccczw6cxeyvrl7hxydvvv7dhl7zr7p9w40c8s70kwm8 * In the JSON object provided at https://api.explorer.provable.com/v1/testnet/transaction/$DEPLOY_TX_ID, navigate to: `object.fee.transition.outputs[0].value` and copy the record ciphertext value. * Head to [provable.tools](https://www.provable.tools/) and navigate to the **Record** tab and paste the record ciphertext you just copied as well as your wallet's view key @@ -244,6 +268,7 @@ Finally, it is time to execute the application you just deployed! * Head to [provable.tools](https://provable.tools/) and navigate to the **Record** tab and paste the record ciphertext you just copied as well as your wallet's view key >>>>>>> ee9c63b (docs: update API endpoint, links to sdk and rename testnet3 to testnet) >>>>>>> ebee403 (docs: update API endpoint, links to sdk and rename testnet3 to testnet) +<<<<<<< HEAD ======= * You'll need to update the `--record` flag with the latest transaction linked to your wallet balance. In this case, you can obtain that by going to the following URL: https://api.explorer.aleo.org/v1/testnet/transaction/$DEPLOY_TX_ID but replace $DEPLOY_TX_ID with the transaction ID provided to you once your application was deployed (or from the most recent transaction linked to your wallet address). An example URL looks like so: https://api.explorer.aleo.org/v1/testnet/transaction/at1rkkpqu5k4rt86zzccczw6cxeyvrl7hxydvvv7dhl7zr7p9w40c8s70kwm8 * In the JSON object provided at https://api.explorer.provable.com/v1/testnet/transaction/$DEPLOY_TX_ID, navigate to: `object.fee.transition.outputs[0].value` and copy the record ciphertext value. @@ -265,6 +290,8 @@ Finally, it is time to execute the application you just deployed! * In the JSON object provided at https://api.explorer.provable.com/v1/testnet/transaction/$DEPLOY_TX_ID, navigate to: `object.fee.transition.outputs[0].value` and copy the record ciphertext value. * Head to [provable.tools](https://provable.tools/) and navigate to the **Record** tab and paste the record ciphertext you just copied as well as your wallet's view key >>>>>>> 21d9a55 (update explorer and api urls) +======= +>>>>>>> 521485c (docs: update API endpoint, links to sdk and rename testnet3 to testnet) * Similar to the steps we followed for a deploy transaction, update your `RECORD` variable with the record plaintext you just decrypted by doing the following: