hello all.
I am currently developing a website in which a user can trade items with other users. This website will have a currency; let's call it [myCurrency].
In order to sell an item in this site, a user has to pay fee in terms of [myCurrency]. At first, my plan is just to create a Virtual Currency (VC) like those in mobile game. But as opposed to VC, [myCurrency] will be able to be traded also; in which crypto currency is more suitable.
Plus to show support for cryptocurrency and decentralized world, I decided to create my own cryptocurrency.
Enough intro, after some research now i'm at point where i need to choose whether to create a:
a) new coin (such as btc, ltc etc)
or
b) new token from existing platform (such as ETH, NEO, ICX etc)
I do not plan to create the
next big cryptocurrency or bitcoin killer whatever. Just solely to be used in my website. There's no need to be listed in CMC or any exchanges. I'm not planning to do ICO or crowd sale either.
My dilemma for now:a) new coin
pros- more control
- can implement exactly the functions that I need
- more prestigous
- fun to develop
cons- more work
- need to host nodes
- need to learn a whole new thing
b) new token
pros- easier
- lesser work
- able to use platform's mainnet
cons- ethereum network is congested, hence it is slow
- other platforms is lacking of documentation or reference or even tutorial in the internet
- above point leads me to use ERC20, but the network traffic is a worry for me
kindly cast your vote everyone! thanks so much!