-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account descriptions #208
Comments
Cool, let me know if you need some help at some point :) |
Great, thanks :) |
Happy to brainstorm! My crazy idea is that this could be something like a DAO that maintains latest high-level documentation for approved libraries on-chain |
That rather orthogonal I'd say, how to maintain a registry of useful accounts. What I was referring to was a generic way of getting information about an account. Ideally, the account page would centralize everything you need to know. So when you click on a symbol, instead of seing merely the value (as seen on the screenshot), there would de:
What do you think? |
This is a very good idea but we should hold until we can figure out best way to do:
|
Account descriptions can be registered under
:description
by calling*registry*/register
. I did provide some descriptions for officials libs and actors and they are typically needed to really understand them. It can be retrieved by using*registry*/lookup
.I think with time, the current reference should be refactored but that's another discussion :)
Currently, a place we could focus on is providing this description in the account view/renderer. What do you think?
The text was updated successfully, but these errors were encountered: