Setup process of Kosmos.Infrastructure Agoric testnet validator Our team created Docker-based tool for Phase 1 challenge - https://github.com/KosmosInfra/Agoric-node-installer In this document we want to describe how we run validator using this tool: 1. Cloning the repo: git clone https://github.com/KosmosInfra/Agoric-node-installer.git 2. Filling agoric-config.json: nano agoric-config.json 3. Running docker build with current branch and moniker params: docker build --tag agoric-validator-app --build-arg branch=@agoric/sdk@2.15.1 --build-arg moniker=Kosmos.Infrastructure . 4. Run docker container after successful build: docker run -p 5124:5124 -d agoric-validator-app 5. Now we can go to our helper dashboard using 127.0.0.1:5124 address We need to wait until node is fully synced. 6. After node is synced we will see this picture: 7. After a while validator will be created: We download mnemonic file (it downloads only once) and wait for the next step. 8. Now we need to request tokens from the testnet-faucet Agoric discord channel: Request tokens: After waiting a while helper status is changed: 9. After a minute we can see submitting validator transaction: And voila! Now we can find our validator in testnet validators list: https://testnet.explorer.agoric.net/validators