PatrickAlphaC / erc20-brownie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Solidity 80.7%Language:Python 17.0%Language:Shell 2.2%