Installing Elys Node
Install the Elys binary and configure your node
Elys Network Parameters
Parameter | Value |
---|---|
Chain ID | elystestnet-1 |
Denomination | uelys |
Decimals | 6 (1 elys= 1000000uelys) |
Version | |
RPC Endpoint |
Install Node
Install the current version of node binary. Note: In this example, v0.7.0 is the current version, but please check for the latest binary version at https://github.com/elys-network/elys/releases
Configure Node
Initialize Node
Replace YOUR_MONIKER
with your own moniker.
Download Genesis
Elys Official genesis link:
The genesis file link below is Polkachu's mirror download.
Configure Seed
Using a seed node to bootstrap is the best practice in our view. Alternatively, you can use addrbook or persistent_peers.
Last updated