Skip to content

ionutdiaconu/brownie_simple_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install pipx
    python -m pip install --user pipx
    python -m pipx ensurepath

install Brownie
    pipx install eth-brownie
    or
    py -m pipx install eth-brownie

    note: brownie prerequisites
    pip install Cython
    pip install cytoolz
    pip install pybind11

    test: brownie --verion

# init project
-brownie init
-create a sol file in contracts
-brownie compile

-create a script for deplyment (in scripts folder). see deploy.py
    - brownie run scripts/deploy.py


-create a new brownie accout:
    brownie accounts new myAccount
brownie accounts list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published