๐คBrownie Interactions
Installing Brownie
pip3 install eth-brownie
OR
git clone https://github.com/eth-brownie/brownie.git
cd brownie
python3 setup.py installSetting up project folder
# Create the project folder
mkdir Bank
# Initialize brownie
cd Bank
brownie initSmart Contract Code to Test
Compilation
Deploy Script
Run the deploy script
Brownie Networks List
REFRENCES
Last updated
Was this helpful?