Please install or have installed the following:
- Install Brownie, if you haven't already. Here is a simple way to install brownie.
pip install eth-brownie
Or, if that doesn't work, via pipx
pip install --user pipx
pipx ensurepath
# restart your terminal
pipx install eth-brownie
npm install -g ganache-cli
- Clone this repo
git clone https://github.com/PatrickAlphaC/erc20-brownie
- Run a script
brownie run scripts/1_deploy_token.sol