I have studied plasma for a while, and I just made a simple plasma contract for decentralized games using token.
I have following questions:
-
What consensus algorithms are possible to use in plasma chains? For a small company, it’s hard to use POS, and POA can’t convince people. How can I use an unconvincing chain support a convincing chain?
-
How high is its efficiency rate? Is there any online application using plasma?
Below is my smart contract URL:
I add some function like: Punishment mechanism
Welcome to comment on my smart contract.
(At the top of the contract is a simple token transfer function. You can change to ERC20 Token Standard if you want.)