Skip to content

Commit

Permalink
docs: Link to local ethereum nodes in testing guide (#2061)
Browse files Browse the repository at this point in the history
Also fixes duplicated "local" usage spotted by @PhilWindle
[here](#1992 (comment)).
  • Loading branch information
spalladino authored Sep 6, 2023
1 parent 2968886 commit e29148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/dapps/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Instead of creating new accounts in our test suite, we can use the ones already

### Running Sandbox in the nodejs process

Instead of connecting to a local running Sandbox instance, you can also start your own Sandbox within the nodejs process running your tests, for an easier setup. To do this, import the `@aztec/aztec-sandbox` package in your project, and run `createSandbox` during setup. Note that this will still require you to run a local Ethereum node like Anvil locally.
Instead of connecting to a local running Sandbox instance, you can also start your own Sandbox within the nodejs process running your tests, for an easier setup. To do this, import the `@aztec/aztec-sandbox` package in your project, and run `createSandbox` during setup. Note that this will still require you to run a local Ethereum development node like [Anvil](https://book.getfoundry.sh/anvil/), [Hardhat Network](https://hardhat.org/hardhat-network/docs/overview), or [Ganache](https://trufflesuite.com/ganache/).

#include_code in-proc-sandbox /yarn-project/end-to-end/src/guides/dapp_testing.test.ts typescript

Expand Down

0 comments on commit e29148b

Please sign in to comment.