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

consider pre-deployed approach #17

Open
harrysolovay opened this issue Mar 29, 2024 · 1 comment
Open

consider pre-deployed approach #17

harrysolovay opened this issue Mar 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@harrysolovay
Copy link
Contributor

Users could create new fungible tokens via a permissionless method of an already-deployed contract (instead of deploying their own).

Can draw inspiration from the Polkadot FRAME system's assets pallet.

@harrysolovay
Copy link
Contributor Author

It seems this approach would also simplify wallet implementations, which wouldn't need to depend on / dynamically import contract code, which may or may not actually be published (and how would this lookup occur anyways? Archive node data?).

I don't believe this approach would utilize TokenContract nor native custom tokens. Is this a concern? Any critical functionality we'd be missing? We'll also want to provide an approach to persistence, which seems simpler without native custom tokens (?).

I'm not yet familiar with many of these constraints, so there's a lots to flesh out. @kantp, can you please add any detail that may be relevant / concerns?

Will follow up with a FungibleTokens interface soon.

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

2 participants