Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panpilkarz committed May 12, 2023
1 parent a7c8cf0 commit 1c07757
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requirements
------------

- `Python <https://www.python.org>`_ 3.10
- `poetry <https://python-poetry.org>`_
- `poetry <https://python-poetry.org>`_ 1.4
- `ganache <https://trufflesuite.com/ganache>`_ 7
- `jq <https://stedolan.github.io/jq/>`_
- `coreutils <https://formulae.brew.sh/formula/coreutils>`_
Expand All @@ -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::

Expand All @@ -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::
Expand Down

0 comments on commit 1c07757

Please sign in to comment.