mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-30 20:12:52 +00:00
Basecoin example
This is an example of using basecoin.
Usage
make create
Check account balance and send a transaction
-
wait until all the pods are
Running.kubectl get pods -w -o wide -L tm -
wait until app starts.
kubectl logs -c app -f tm-0 -
get account's address of the second pod
kubectl exec -c app tm-1 -- cat /app/key.json | grep "address" -
send 5 coins to it from the first pod
kubectl exec -c app tm-0 -- basecoin tx send --to 0x<address> --amount 5
Clean up
make destroy