HTTP routes generated from protobuf services (gRPC-gateway). Use this when you want typed REST paths that mirror gRPC methods.
Spec source
YAML in-repo:
static/api/openapi.yamlgRPC list (binary)
## Public or self-hosted gRPC
grpcurl -plaintext grpc.terp.network:9090 listEnable on node (app.toml):
[grpc]
enable = true
address = "0.0.0.0:9090"