Hello, I'm planning / in the process of a token issue app that does the following for this MVP / phase I:
- As a User I can sign in to a Stellar account (pub/private key, not stored anywhere)
- As a User I can switch between Testnet and Live network
- As a User I can submit a token issuing form:
- Token description
- Token CODE - with live verification if such token code already exists, to display a warning
- Amount of tokens
- Checkbox to auto-generate a distribution account for the tokens (checked and labeled as "recommended") -- display public/private key of distro account prior to generating, and being able to choose starting balance
Testnet token generation and issuance would be free, but for the live network there would be a fee - say 100 XLM for the first issuance with a distro account?
Extras (time permitting):
- As a User I can freeze an account's custom token assets (e.g. if suspecting fraud)
A user would be able to see their issued tokens, quantities and distribution accounts. And at any point able to issue more tokens.
Questions:
- Is anyone opposed to a fee being charged? My logic is - why not, if the service saves time and brings value, and - am I wrong in assuming that people shouldn't just be "cornering" custom currency codes in bulk and like crazy? Especially since the namespace is limited? Also, if not, feedback on the price, please? Tokit.io charges $100-ish to issue your custom ERC-20 token. Due to the type of users in the community, I'd keep the fee in the $20-50 range. Perhaps allowing some sort of a discount code e.g. if you're from a place that has really low income?
- Does it make sense that we check for existing currency / token codes or does it actually not matter, since a "XTOKEN" from my account and "XTOKEN" from another account could be completely different? In this case, I suppose, consensus / trust is the one that determines which "token" actually "wins" in the public eye/adoption?