Skip to content

albertocevallos/brownie-bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brownie Boilerplate

Installation and Setup

  1. Download the code with git clone URL_FROM_GITHUB

  2. Install Brownie & Ganache-CLI, if you haven't already.

  3. Install smart contract dependencies

brownie pm install OpenZeppelin/[email protected]
  1. Install node dependencies (optional)
npm i
  1. Configure Python virtual environment Run the following command once per computer:
pip3 install virtualenv

Run the following command per repo:

virtualenv venv

Run the following command when opening a new terminal:

source venv/bin/activate
pip3 install -r requirements.txt

Releases

No releases published

Packages

No packages published