How to setup a connection to a chain without gRPC enabled #1949
-
Createrelayer ProblemThis is a question, not really a bug.
How can I set up Hermes to connect to it? For Admin Use
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, In general, we don't support a "restricted" mode that can do without gRPC connectivity. But it depends on your use-case. What would you like to achieve exactly? If you're looking to simply do some queries about the IBC state of Akash Testnet-3 (e.g., query a client state might work without gRPC), then you can try to set |
Beta Was this translation helpful? Give feedback.
Hi,
In general, we don't support a "restricted" mode that can do without gRPC connectivity.
But it depends on your use-case. What would you like to achieve exactly? If you're looking to simply do some queries about the IBC state of Akash Testnet-3 (e.g., query a client state might work without gRPC), then you can try to set
grpc_addr
to some incorrect address and its possible Hermes will work, though note we never tested this scenario. If you want to do any more advance query or submit transactions to/from Akash Testnet-3, then gRPC is necessary.