Prototype Ethereum Smart Contracts in Python
Project description
eth-prototype
Prototype Ethereum Smart Contracts in Python
Description
Library with base classes to prototype Ethereum Smart Contracts in Python. This includes:
- wadray: classes for fixed number of decimals math implemented with integers.
- contracts: classes to simulate contracts in Python with features like rollback on exception, external methods, views. Also classes for common contracts like ERC20 (tokens), ERC721 (NFTs) and AccessControl.
- w3wrappers: classes to wrap ethereum contracts called thru web3py but with a pythonic interface
To use the defender_relay
module you need to have the warrant
package from this repo: https://github.com/gnarvaja/warrant. Add it to your requirements.txt as:
warrant @ git+https://github.com/gnarvaja/warrant.git#egg=warrant
Note that using the warrant
package from pypi will not work because of incompatibilities with newer python versions.
Tox Tests
The tox tests run in two variants:
default
: only uses and tests the prototype libraries, no blockchain.default-w3
: users and tests two variants: prototype and w3wrappers (wrappers using web3py).
Note
This project has been set up using PyScaffold 4.0.2. For details and usage information on PyScaffold see https://pyscaffold.org/.
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_prototype-1.2.0b1.tar.gz
.
File metadata
- Download URL: eth_prototype-1.2.0b1.tar.gz
- Upload date:
- Size: 205.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af58100b4eaa9e270d337323e08da017021722b6af57afc8456ef43fd449eb8a |
|
MD5 | b76d037b63f3b184944173e1462bf753 |
|
BLAKE2b-256 | b4292ee3756834f0d1c12b82e7f45be7a8b7f4272544113f4ff4d7e14acd8f6b |
File details
Details for the file eth_prototype-1.2.0b1-py3-none-any.whl
.
File metadata
- Download URL: eth_prototype-1.2.0b1-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e20f5bd9e4740bc1befd7acd1e68869065f43b59c9e45f9b6c37fe2a6606fb9 |
|
MD5 | 6be7c4226a3cc5e120cbd6494c26a193 |
|
BLAKE2b-256 | 07b35817638b0d32bbe92436d7117e26ce6d8f7fdb83deb6b8c769226eb819ba |