Learners are expected to write a script in deploy-testnet to deploy a testnet node with configuration as follow:
Assuming that babyd binary is already installed
- rpc listen address: tcp://0.0.0.0:1711
- api listen address: tcp://0.0.0.0:1350
- two address with 1000000000 ubaby, one with 50000000 ubaby
- chain-id is toddler
github workflow will check:
- all 4 above criteria
- a container will run script deploy-testnet.sh and deploy a node
- run steps to check point 3 with API address
- run steps to check point 4 with RPC address
- fork github.com/cosmos-developer/baby
- checkout branch testnet-check
- write script in deploy-testnet
- make a pull request to github.com/cosmos-developer/baby of branch testnet-check