You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a system realm which would hold official information about chains. This realm will be GovDAO managed, which will allow users and services to get official information about testnets, such as the chainID, chain domain, import domain, etc.
An example usage of this realm could be the following:
Later, we could also pair it with another realm, r/sys/nodes, which would be a permissionless realm with rules to which entities could add information about nodes they're running, such as the RPC endpoint, gnoweb endpoints, etc.
Clients such as gnokey could then query this realm to get available endpoints to send transactions to, without having to set the rpc & chainid manually.
Description
Superseedes #815
We should create a system realm which would hold official information about chains. This realm will be GovDAO managed, which will allow users and services to get official information about testnets, such as the chainID, chain domain, import domain, etc.
An example usage of this realm could be the following:
Later, we could also pair it with another realm,
r/sys/nodes
, which would be a permissionless realm with rules to which entities could add information about nodes they're running, such as the RPC endpoint,gnoweb
endpoints, etc.Clients such as
gnokey
could then query this realm to get available endpoints to send transactions to, without having to set the rpc & chainid manually.cc @moul
The text was updated successfully, but these errors were encountered: