Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 584 Bytes

raw_contract

A Python wrapper for sending raw transaction to create, operate, and read ethereum smart contract, using web3.py and pyethereum

  • Python 3.5+ support

Quickstart

  • mkvirtualenv --python=python3 rawContract
  • pip install -r requirements.txt
  • See examples

Disclaimer.

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