Skip to content

abhi1010/pyconsg-smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages