Kushan2k / brownie-smart-contract-intergation

implement/test/deploy/interact with blockchain using rinekby test net via python brownie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • About

    implement/test/deploy/interact with blockchain using rinekby test net via python brownie


    Languages

    Language:Solidity 64.8%Language:Python 35.2%