Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buidly/midas-chain-testnet-configs
https://github.com/buidly/midas-chain-testnet-configs
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buidly/midas-chain-testnet-configs
- Owner: buidly
- License: gpl-3.0
- Created: 2024-06-04T12:35:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:10:16.000Z (7 months ago)
- Last Synced: 2024-06-04T15:59:07.766Z (7 months ago)
- Language: Shell
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midas-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](https://docs.multiversx.com/validators/nodes-scripts/config-scripts/)## run an Midas 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
```