-
Download the code with
git clone URL_FROM_GITHUB
-
Install Brownie & Ganache-CLI, if you haven't already.
-
Install smart contract dependencies
brownie pm install OpenZeppelin/[email protected]
- Install node dependencies (optional)
npm i
- Configure Python virtual environment Run the following command once per computer:
pip3 install virtualenv
Run the following command per repo:
virtualenv venv
Run the following command when opening a new terminal:
source venv/bin/activate
pip3 install -r requirements.txt