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

Fungible token registry #119

Open
kantp opened this issue Jan 17, 2025 · 0 comments
Open

Fungible token registry #119

kantp opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kantp
Copy link
Collaborator

kantp commented Jan 17, 2025

Proposed feature

Establish a registry of deployed fungible token contracts.

Why

The fungible token standard allows Mina users to create their own tokens, and we expect more and more tokens to be deployed. Currrently, there is no easy way to see which tokens exist, and which version of the fungible token standard they are using. That information is required whenever a third party wants to integrate with a fungible token.

It would be useful to have a registry where people can register the token that they deployed. The registry would contain metadata on the token, and where possible verify that the metadata is correct.

Metadata would include the current version of the token contract (i.e., the verification key), the kind of admin contract that is being used (which determines things like the maximal supply, if any, whether the token can be paused, etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant