Skip to content

Why does Hermes need both rpc_addr and websocket_addr? #2685

Answered by plafer
ImJeremyHe asked this question in Q&A
Discussion options

You must be logged in to vote

basecoin is the application built on tendermint.

That's right.

Hermes needs rpc_addr which is exposed by tendermint.

That's correct, but insufficient. It also needs some gRPC endpoints, which are exposed by the application (e.g. basecoin). So essentially you will need to implement the rpc endpoints coming from tendermint as well as some additional gRPC endpoints exposed directly by the application.

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ImJeremyHe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
A: question Admin: further information is requested
4 participants
Converted from issue

This discussion was converted from issue #2658 on September 30, 2022 09:35.