ERC20 Python, Brownie, Solidity

Prerequisites

Please install or have installed the following:

Installation

  1. 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
  1. Install ganache-cli
npm install -g ganache-cli

Quickstart

  1. Clone this repo
git clone https://github.com/PatrickAlphaC/erc20-brownie
  1. Run a script
brownie run scripts/1_deploy_token.sol