Skip to content

Latest commit

 

History

History

lesson-01-introduction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Introducing Brownie

Brownie is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine

Features

  • Full support for Solidity and Vyper
  • Contract testing via pytest, including trace-based coverage evaluation
  • Property-based and stateful testing via hypothesis
  • Powerful debugging tools, including python-style tracebacks and custom error strings
  • Built-in console for quick project interaction
  • Support for ethPM packages

Resources

Tutorial Resources:

Informative

Social Media