Skip to content

Commit 64e86ee

Browse files
authored
Update Docker hardhat info
1 parent 305902d commit 64e86ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ ssh root@localhost -p 2222 # password: 1234
5151
5252
</br>
5353

54+
To run a Hardhat node inside a deployed Docker container:
55+
```shell
56+
cd /root/hardhat
57+
npx hardhat node --fork $ETH_RPC_URL
58+
```
59+
5460
You now have a fully functional environment to run scripts & tests in, which is linked to your local scripts repo, for example:
5561
```shell
5662
poetry run brownie test tests/acceptance/test_accounting_oracle.py -s

0 commit comments

Comments
 (0)