Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.55 KB

EWF official chainspec repository

Chain specifications for EWF's blockchains, Volta and Energy Web Chain.

This repository is used for automatic updates of the live network and must not be moved or deleted.

Chain Checksum URL
Volta a3703455d145171a33f4ae31ba8b1630a551b0db7fdacd7e685574d5a9fc3afb https://raw.githubusercontent.com/energywebfoundation/ewf-chainspec/master/Volta.json
EnergyWebChain 2f4b9138c08f9048cbdd3c3296d0f21cfb7ac30704db626d06440379459bedec https://raw.githubusercontent.com/energywebfoundation/ewf-chainspec/master/EnergyWebChain.json

Maintainers

Primary: EWF DevOps ([email protected])

Quickstart

Connect to the Energy Web Chain using the latest stable version of OpenEthereum(Previously Parity Ethereum):

openethereum --chain "EnergyWebChain.json"

To connect to the Volta TEST network, type:

openethereum --chain "Volta.json"

Connect to the Energy Web Chain using the latest stable version of Nethermind:

nethermind -c energyweb

To connect to the Volta TEST network, type:

nethermind -c volta

How to verify checksum

openssl dgst -sha256 path/to/your/chainspec.json