docs icon indicating copy to clipboard operation
docs copied to clipboard

docs: RPC endpoints linked from docker page do not have both RPC and gRPC

Open jcstein opened this issue 1 year ago • 1 comments

from @smuu

In point 3 it talks about RPC endpoints, but we need an endpoint that has RPC and gRPC. Also, the mainnet link is correct, but the Mocha and Arabica links should also link to sections where endpoints with both ports are listed.

for this issue, there are no existing sections on mocha/arabica where endpoints with both ports are listed

jcstein avatar Jun 20 '24 21:06 jcstein

notes:

  • check if ports 26657 (RPC) and 9090 (gRPC) is open
  • If you want to validate the endpoints
    • use curl against the RPC endpoint to get e.g. current height (path /status?)
    • use grpcurl against the gRPC endpoint to see if it lists all available requests

jcstein avatar Jul 02 '24 16:07 jcstein