Skip to content

Meria-finance/mx-chain-testnet-config

 
 

Repository files navigation

MultiversX


mx-chain config for testnet

MultiversX testnet configuration files used in conjunction with mx-chain-go project. For more info how to connect to the testnet, please check here

run an MultiversX observer/validator with docker

build docker image

docker image build . -t chain-testnet-local -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 chain-testnet-local --validator-key-pem-file="/data/validatorKey.pem" --log-level *:DEBUG

About

MultiversX testnet configuration repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.7%
  • Dockerfile 27.3%