Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 873 Bytes

File metadata and controls

16 lines (12 loc) · 873 Bytes

Solidity smart contract


implement/eploy/test/maintain smart contracts on rinekby testnet blockchain using python brownie.

  • Brownie
  • Brownie is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.Brownie provides a high-level, Pythonic interface that allows developers to interact with the Ethereum network and smart contracts in an intuitive way.

    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