Sign inSign up

ethereum/client-python

By ethereum

Updated almost 11 years ago

Image
8

3.3K

ethereum/client-python repository overview

=============================== pyethapp

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

.. _Ethereum: http://ethereum.org/ .. _pyethereum: https://github.com/ethereum/pyethereum .. _pydevp2p: https://github.com/ethereum/pydevp2p

Installation and invocation

There is also Dockerfile in the repo.

Status

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

Tag summary

Content type

Image

Digest

sha256:aa1da3dc2

Size

313.2 MB

Last updated

almost 11 years ago

docker pull ethereum/client-python