Skip to content
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

(avatars) display names #60

Open
benjaminbollen opened this issue Jan 22, 2024 · 0 comments
Open

(avatars) display names #60

benjaminbollen opened this issue Jan 22, 2024 · 0 comments

Comments

@benjaminbollen
Copy link
Member

benjaminbollen commented Jan 22, 2024

set a display name on the Circle node, which is not unique across the graph, but can be used to make more human-readable URLs.

the display name would be composed out of two parts: <display>-<unique-base58-nonce>
where the display is editable on-chain, but the contract should check for length and valid alphanumeric characters upon setting

and the unique nonce, should be contract derived, should take a sufficient length for uniqueness (it can be made to be unique);
consider whether this should be part of {EIP20-name()} as it can be mutable; or a separate display(); or even relegated to an external name service contract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🫡Todo
Development

No branches or pull requests

1 participant