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
Today, a Juno developer asked whether and how it's possible to query the NNS Registry Canister to gather data. Unfortunately, the canister isn’t yet available in the Juno Docker environment. But one thing led to another, and we ended up discussing how to query that information from a frontend dapp.
As a result, I realized we don’t currently have bindings for the Registry Canister in ic-js, nor — as far as I know — anywhere else at the Foundation. It might be worth providing such wrappers, similar to the other packages in ic-js. I'm not sure yet whether it should be a standalone library or part of an existing one.