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-brownieOr, if that doesn't work, via pipx
pip install --user pipx
pipx ensurepath
# restart your terminal
pipx install eth-brownienpm install -g ganache-cli- Clone this repo
git clone https://github.com/silv3rh3ad/Token_TokiCoin.git- Run a script
brownie run scripts\deploy_OurToken.py