Goal:
- Learners should understand how to create and submit a simple transfer transaction
- Learners should know how to make an arbitrary transaction
Transaction is the only way you can commit actions on the chain.
Use "--help" to learn more
- Important flags:
- node
- from
- gas
- fees
- chain-id
- Nice-to-know flags:
- yes (-y)
- Example: bank transaction
- babyd tx bank send {} {} 1000000ubaby --chain-id baby-1 --node tcp://localhost:2281 --gas auto --fees 10ubaby -y --keyring-backend test
- (will explain query in next video) babyd q bank balances {}
- try to make a transfer transaction
- use "--help", try to delegate to a validator (babyd tx staking --help)