[Ethereum] How to setup a Ethereum private chain by using pyethapp

private-blockchainpyethapp

For some reason, I want want setup an Ethereum private chain by using Pyethapp instead of Geth.

Any suggestion any idea?

Best Answer

Here is a github repo I created to quickly make a private ethereum network for testing/development:

https://github.com/chafey/ethereum-private-network

It uses doesn't use pytheapp, but it might be helpful

Related Topic