diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 7b9f99cc6..c0e72d50c 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -5,7 +5,7 @@ Requirements ------------ - `Python `_ 3.10 -- `poetry `_ +- `poetry `_ 1.4 - `ganache `_ 7 - `jq `_ - `coreutils `_ @@ -27,13 +27,9 @@ If you already have a repository, make sure the submodules are up to date:: Testing ------- -First make sure that the node dependencies are installed:: +First install node and python dependencies:: - yarn install - -Then, install python dependencies:: - - poetry install + make install Then enter the virtual environment:: @@ -49,7 +45,7 @@ Build the relayers:: Start ganache:: - ganache --wallet.totalAccounts 10 --chain.hardfork london --miner.blockGasLimit 12000000 \ + npx ganache --wallet.totalAccounts 10 --chain.hardfork london --miner.blockGasLimit 12000000 \ --wallet.mnemonic brownie --server.port 8545 --chain.chainId 1337 Create a JSON keyfile corresponding to one of the accounts pre-funded by ganache::