RoboVault / brownie-template

Template for brownie contract repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues GPLv3 License


Logo

##COMPANY_NAME ##PROJECT_NAME

Contracts for ##COMPANY_NAME ##PROJECT_NAME repo
Explore the docs »

Become a referrer · Report Bug · Request Feature

##PROJECT_NAME Contracts

This repo contains the contracts for the ##COMPANY_NAME ##PROJECT_NAME

Getting Started

Install Dependencies

Requires npm and pip. See .github/workflows for suitable versions.

npm install
pip install requirements-dev.txt

Build

brownie compile

test

brownie test

lint

npm run lint

About

Template for brownie contract repos

License:MIT License


Languages

Language:Python 68.0%Language:Solidity 28.6%Language:Shell 1.9%Language:JavaScript 1.6%