We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305902d commit 64e86eeCopy full SHA for 64e86ee
README.md
@@ -51,6 +51,12 @@ ssh root@localhost -p 2222 # password: 1234
51
52
</br>
53
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
+
60
You now have a fully functional environment to run scripts & tests in, which is linked to your local scripts repo, for example:
61
```shell
62
poetry run brownie test tests/acceptance/test_accounting_oracle.py -s
0 commit comments