Skip to content

liviuf-ancas/elrond-config-mainnet

 
 

Repository files navigation

Elrond Network


elrond-config for mainnet

Elrond mainnet configuration files used in conjunction with elrond-go project. For more info how to connect to the mainnet, please check docs.elrond.com

run an elrond observer/validator with docker

build docker image

docker image build . -t elrond-node-image-last -f ./docker/Dockerfile

run node with docker

CONFIG_FOLDER=path/to/folder/with/pem/file
docker run --mount type=bind,source=${CONFIG_FOLDER}/,destination=/data elrond-node-image-last --validator-key-pem-file="/data/validatorKey.pem" --log-level *:DEBUG

About

Elrond mainnet configuration repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.4%
  • Dockerfile 28.6%