A Python framework for Ethereum smart contract deployment, testing and interaction.
Project description
Brownie
Brownie is a python framework for deploying, testing and interacting with Ethereum smart contracts.
Dependencies
- ganache-cli
- pip
- python3 version 3.6 or greater, python3-dev, python3-tk
As Brownie relies on py-solc-x, you do not need solc installed locally but you must install all required solc dependencies.
Installation
You can install the latest release via pip:
$ pip install eth-brownie
Or clone the repository and use setuptools for the most up-to-date version:
$ python3 setup.py install
Quick Usage
To set up the default folder and file structure for brownie use:
brownie init
From there, type brownie
for basic usage information.
Documentation
Brownie documentation is hosted at Read the Docs.
Contributing
Help is always appreciated! In particular, Brownie needs work in the following areas before we can comfortably take it out of beta:
- Tests
- Travis or other CI
- More tests
Feel free to open an issue if you find a problem, or a pull request if you've solved an issue.
License
This project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file eth_brownie-1.0.0b6-py3-none-any.whl
.
File metadata
- Download URL: eth_brownie-1.0.0b6-py3-none-any.whl
- Upload date:
- Size: 65.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d78070bbf690c5dd4f352acad6d09f7a02092a73020391d47294f60871b6bca |
|
MD5 | 6fa6e3aa0538bc37e913e71d1c32e8c9 |
|
BLAKE2b-256 | b52161e0694aa3f48c4aa30eeb03a47467064cb65dbf3a73357aa28845a7b6b7 |