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
Next, type brownie --help
for basic usage information.
Documentation
Brownie documentation is hosted at Read the Docs.
Testing
Tests are still under development.
To run the tests, first install the developer dependencies:
$ pip install -r requirements-dev.txt
Then use tox
to run the complete suite against the full set of build targets, or py.test
to run specific tests against a specific version of Python.
Contributing
Help is always appreciated! In particular, Brownie needs work in the following areas before we can comfortably take it out of beta:
- 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 Distribution
Built Distribution
File details
Details for the file eth-brownie-1.0.0b7.tar.gz
.
File metadata
- Download URL: eth-brownie-1.0.0b7.tar.gz
- Upload date:
- Size: 52.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d2606810aa5224d770bc2c210e168f6a88d3432e69180022d0a9dd70b290f8e |
|
MD5 | 450d6aedadd000d120a1d05fdd9615e5 |
|
BLAKE2b-256 | af74e583f86cd541111ef926f68de40a35661dc0283e130e81395fc7a9483f7e |
File details
Details for the file eth_brownie-1.0.0b7-py3-none-any.whl
.
File metadata
- Download URL: eth_brownie-1.0.0b7-py3-none-any.whl
- Upload date:
- Size: 67.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2804b8cd4a3f0dc9178246b0e806fee245e6606a146479b3780e33639a6750a |
|
MD5 | 092e8a5e56de6016e4ba4bedabcaa749 |
|
BLAKE2b-256 | eaed91286114fb749bba1b13f582b51c519928370fb475a3686dd68c926ac622 |