Ethereum Private Network
This repository contains code from:
Setup private Ethereum network with Docker
Content
- eth_common/ - genesis.json file, setup new coinbase(base account), password file.
- Dockerfile - image of ethereum container.
- ruby_client/ - JSON-RPC client writen on the Ruby language.
- node_client/ - JSON-RPC client writen on the Nodejs language.