-
Notifications
You must be signed in to change notification settings - Fork 27
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
DexNS support at TokenMint. #98
Comments
@Dexaran I think that is a great idea. I see |
I would say that you have to call Otherwise, the TokenMint contract will become the owner of a Name, not a user. |
I have submitted a pull request for contracts. |
Merged |
let's leave this open til the issues in the PR are fixed #99 |
DexNS is a naming service that allows to register token abbreviations (symbols).
All the tokens that are registered at DexNS are automatically listed at Classic Ether Wallet.
DexNS allows to register name instantly in a context of a single transaction execution. This allows to integrate it with TokenMint. If a user wants to register his token at DexNS then he can enable the
registerAtDexNS
flag and pay a registration fee (0,1 ETC) but get his token automatically listed at CEW. If a user don't want to register his token at DexNS then he can disable theregisterAtDexNS
flag.All the necessary smart-contract changes are applied at: https://github.com/EthereumCommonwealth/TokenMint/tree/master/contracts
The text was updated successfully, but these errors were encountered: