Disclaimer
- this is just a personal project building out my first ERC20 token; advice, tips, PRs are all welcome :)
Environment Setup
-
Create a conda environment and activate it
conda activate poob-token
-
Install eth-brownie via pip, vyper ( May need to also install the following:
pip install cytoolz
pip install cython
-
If CompileError vyper command not found when defining vyper version, you must fix the vyper executable PATH in vscode extension settings