A Python wrapper for sending raw transaction to create, operate, and read ethereum smart contract, using web3.py and pyethereum
- Python 3.5+ support
- mkvirtualenv --python=python3 rawContract
- pip install -r requirements.txt
- See examples
This project is just a toy ilustration of ethereum raw transaction, make sure you have sufficient knowledge on this material and use at your own risk