Skip to content

hqueue/pyethereum

Repository files navigation

Ethereum -- Next generation cryptocurrency network

Ethereum Python Client

  Linux OSX Travis Coverage
develop Linux develop OSX develop Travis develop Coverage develop
master Linux master OSX master Travis master Coverage master

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%