qualiabyte / pyethereum

Next generation cryptocurrency network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum -- Next generation cryptocurrency network

Ethereum Python Client

https://travis-ci.org/ethereum/pyethereum.png?branch=master https://coveralls.io/repos/ethereum/pyethereum/badge.png

Quickstart

Installation:

git clone https://github.com/ethereum/pyethereum/

python setup.py install

Running the client:

pyeth at the commandline will start the ethereum node and connect to the p2p network.

Note: At the first invocation a default configuration will be written to ~/.pyethereum (location depending on your platform). You can edit this file to suite your needs.

Interacting with the network:

pyethclient is the command line client to inspect and manipulate the ethereum blockchain.

Tutorial coming soon!

For developers

See our developer notes

Licence

See LICENCE

Ethereum is based on a design by Vitalik Buterin.

About

Next generation cryptocurrency network

License:MIT License


Languages

Language:Python 100.0%