For the complete documentation index, see llms.txt. This page is also available as Markdown.

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)

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

git clone https://github.com/elys-network/elys elys
cd elys
git checkout v0.7.0
make install

Configure Node

Initialize Node

Replace YOUR_MONIKER with your own moniker.

elysd init YOUR_MONIKER --chain-id elystestnet-1

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