Skip to content

IgorPidik/crypto_fund_me_contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install brownie

You can either install brownie gloablly following their docs. Or you can install it as a library:

$ export BROWNIE_LIB=1
$ pipenv install

Deploy on ganache

  1. Start ganache
  2. Deploy the contract
    $ pipenv run brownie run scripts/deploy.py
    
  3. Grab the contract address from the log, you will need it to run the dApp

TODOs

  • Let owners delete their projects
  • Write unit tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published