odin alias (optional)
Setting an alias for odin to make your node management easier.
Set the alias for the current and future sessions
echo "alias odin='docker exec -it node bandd'" >> ~/.bashrc && alias odin='docker exec -it node bandd'odin q bank balances $ADDRESSdocker exec -it node bandd q bank balances $ADDRESSLast updated
Was this helpful?