Skip to content

Commit

Permalink
remove duplicate deploy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
catmcgee committed Feb 5, 2025
1 parent 1cade00 commit 0cb85c5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/docs/developers/guides/js_apps/call_view_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You should have a wallet to act as the caller, and a contract that has been depl

You can learn how to create wallets from [this guide](./create_account.md).

You can learn how to deploy a contract [here](./deploy_contract.md).
You can learn how to deploy a contract [here](../smart_contracts/how_to_deploy_contract.md).

## Relevant imports

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developers/guides/js_apps/create_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ You will need to import these libraries:

#include_code create_wallet yarn-project/end-to-end/src/composed/docs_examples.test.ts typescript

Now you have a new wallet in your PXE! To learn how to use this wallet to deploy a contract, read [this guide](./deploy_contract.md).
Now you have a new wallet in your PXE! To learn how to use this wallet to deploy a contract, read [this guide](../smart_contracts/how_to_deploy_contract.md).
26 changes: 0 additions & 26 deletions docs/docs/developers/guides/js_apps/deploy_contract.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/developers/guides/js_apps/send_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You should have a wallet to act as the transaction sender, and a contract that h

You can learn how to create wallets from [this guide](./create_account.md).

You can learn how to deploy a contract [here](./deploy_contract.md).
You can learn how to deploy a contract [here](../smart_contracts/how_to_deploy_contract.md).

## Relevant imports

Expand Down
1 change: 0 additions & 1 deletion docs/docs/developers/guides/js_apps/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ You can then use the `warp` function on the EthCheatCodes to progress the underl

- [How to call a view transactions in Aztec.js](./call_view_function.md)
- [How to send a transactions in Aztec.js](./send_transaction.md)
- [How to deploy a contract in Aztec.js](./deploy_contract.md)
- [How to create an account in Aztec.js](./create_account.md)
- [Cheat codes](../../reference/environment_reference/cheat_codes.md)
- [How to compile a contract](../smart_contracts/how_to_compile_contract.md).
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ draft: true
tags: [sandbox, testnet]
---

This is a guide for developers who have started building on the sandbox and wish to move their application to testnet.
This is a guide for developers who have started building on the sandbox and wish to move their application to testnet.

## Deploying onto Testnet

## Connecting your PXE to Testnet
5 changes: 5 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ const config = {
label: "Install Sandbox",
position: "right",
},
{
to: "/try_testnet",
label: "Try Testnet",
position: "right",
},
{
type: "dropdown",
label: "Resources",
Expand Down

0 comments on commit 0cb85c5

Please sign in to comment.