Skip to content

kevinnguyen17/polyedge

Repository files navigation

Minimal

CircleCI Join the chat at https://gitter.im/umbracle/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages