Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 427 Bytes

File metadata and controls

33 lines (20 loc) · 427 Bytes

PyEthereumTutorial

version number: 0.0.1 author: Connor McGuinness

Overview

Create local dev environment to mine ethereum.

Installation / Usage

To install use pip:

$ pip install PyEthereum

Or clone the repo:

$ git clone https://github.com/cofm21/PyEthereum.git
$ python setup.py install

Contributing

TBD

Example

TBD