Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.05 KB
MultiversX


mx-chain-devnet-config for the official devnet (developer testnet)

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

run an MultiversX observer/validator with docker

build docker image

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