gRPC Node Interaction
grpcurl
grpcurl -plaintext localhost:9090 list# Service we want to inspect
grpcurl \
localhost:9090 \
describe cosmos.bank.v1beta1.Query grpcurl \
-plaintext
-d '{"address":"$MY_VALIDATOR"}' \
localhost:9090 \
cosmos.bank.v1beta1.Query/AllBalancesQuery for historical state using grpcurl
Sending Transactions
Last updated
