abhi1010 / pyconsg-smart-contracts

Smart Contracts using Python

Home Page:http://bit.ly/pyconsg-ico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Smart Contracts using Python

This is a very simple project for managing smart contracts using Python.

PyCon presentation can be found at bit.ly/pyconsg-ico

Setup

virtualenv -p python3.6 ve
source ve/bin/activate
pip install -r requirements.txt

Running it

You should first try and run direction.py. It is an extremely simple version where the code is written in a simplified manner. It uses web3.py

Next, you can view gas.py. It builds upon direction.py by simplifying some steps like deployment and waiting for transaction to complete on the blockchain.

Next steps

Start with the releases on github: ico-runner.

  1. The first release is based on TokenMarketNet's ICO.
  2. The second release is based on the ever famous OpenZeppelin's framework.

Both the releases are step by step guide; if you follow the scripts folder.

About

Smart Contracts using Python

http://bit.ly/pyconsg-ico


Languages

Language:Python 100.0%