Python wrappers for 0x smart contracts
Project description
0x-contract-wrappers
0x contract wrappers for those developing on top of 0x protocol.
Read the documentation
Installing
pip install 0x-contract-wrappers
Contributing
We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
Please read our contribution guidelines before getting started.
Install Code and Dependencies
This package contains code generated via npm package @0x/abi-gen. Preparing this package for development or installation requires running ./setup.py pre_install
, which will invoke abi-gen to write the files to the src hierarchy. It expects to find abi-gen and the contract artifacts at the relative directory locations in the monorepo.
After code generation, ensure that you have installed Python >=3.6 and Docker, and then:
pip install -e .[dev]
Test
Tests depend on a running ganache instance and with the 0x contracts deployed in it. For convenience, a docker container is provided that has ganache-cli and a snapshot containing the necessary contracts. A shortcut is provided to run that docker container: ./setup.py ganache
. With that running, the tests can be run with ./setup.py test
.
Clean
./setup.py clean --all
Lint
./setup.py lint
Build Documentation
./setup.py build_sphinx
More
See ./setup.py --help-commands
for more info.
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 0x-contract-wrappers-2.0.0.tar.gz
.
File metadata
- Download URL: 0x-contract-wrappers-2.0.0.tar.gz
- Upload date:
- Size: 121.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eebb4697bfc485a9c31a09db89cbde71ab269ffd2980e6d9e769e7f8d986f89 |
|
MD5 | 65b4e5d3d986ea8ac806319f7857cb87 |
|
BLAKE2b-256 | 01d9860cdd0e103cc4e7f31213d556c9945605b5896ec6f14e6b62b9c2ffe574 |
File details
Details for the file 0x_contract_wrappers-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: 0x_contract_wrappers-2.0.0-py3-none-any.whl
- Upload date:
- Size: 158.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb299c964175e5ee7ccd0f06aaddce13b34fd0c605fb44984c4c082409cb1c93 |
|
MD5 | ebee1fdc52cd5e3020b759bdde6e05eb |
|
BLAKE2b-256 | c91b409fe949eb15a869cf41ed2e58efe8be1e95308a55bb9c1f741ed8705e2b |