Run an ELDER Node
Instructions to run an elder node and initialise a network
Run your first node
Ensure
go
v1.22 or higher is installed, and$GOPATH/bin
is added to thePATH
variable. (UsuallyGOPATH=~/go/bin
)Clone the elder repository, and install it.
Instantiate validator and node config files. (
chain-id
will be used in later commands).
Set node config values.
Add keys to test keyring.
Create genesis account, and generate transaction to create validator with self delegation.
Collect genesis transactions and start the full node.
The full node is now running. Check for the corresponding config values to interact via REST API endpoints or GRPC service methods.
Last updated