Skip to content

hdiedrich/pyethapp

 
 

Repository files navigation

pyethapp

image

image

image

image

Introduction

pyethapp is the python based client implementing the Ethereum cryptoeconomic state machine.

Ethereum as a platform is focussed on enabling people to build new ideas using blockchain technology.

The python implementation aims to provide an easily hackable and extendable codebase.

pyethapp leverages two ethereum core components to implement the client:

  • pyethereum - the core library, featuring the blockchain, the ethereum virtual machine, mining
  • pydevp2p - the p2p networking library, featuring node discovery for and transport of multiple services over multiplexed and encrypted connections

Installation and invocation

There is also Dockerfile in the repo.

Interacting

You can interact with the client using the JSONRPC api or directly on the console.

Status

  • Working PoC9 prototype
  • interoperable with the go and cpp clients
  • jsonrpc (mostly)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Makefile 0.8%