Question. You are going to create a decentralized network. You get information about users during their registration. Where the information is stored??? And how will it be protected?
Suarezzz,
During the token distribution, we are issuing ERC20 tokens, since it is something, which most of the users are very familiar and know how to handle and store in a secure manner. Additionally, exchanges know well how to add them, so it will be less hassle.
Unfortunately, implementing everything on the Ethereum blockchain doesn't seem feasible due to it's scaling issues, an expense of running complex smart contracts, and security problems. That's why we've decided to implement the Triggmine functionality on a custom blockchain. It will start private and will move towards public one as the product would evolve.
To facilitate the exchange between Triggmine ERC20 and private blockchain tokens, there would be a bidirectional gateway service that would allow any user to exchange any amount of tokens in either direction.
Our short list is Tendermint and Exonum. Also we're looking for other choices to optimize smart contract security and development speed.