Awesome
Minimal
Modular implementation of different stacks of the Ethereum blockchain
Commands
Agent
Starts the Ethereum client for the mainnet:
$ go run main.go agent [--config ./config.json]
The configuration file can be specified either in HCL or JSON format:
{
"data-dir": "/tmp/data-dir"
}
Some attributes can be also set from the command line:
$ go run main.go agent --config ./config.json --data-dir /tmp/local
The values from the CLI have preference over the ones in the configuration file.
Genesis
Generates a test genesis file:
$ go run main.go genesis