I just made a plasma contract, and I have some question

I have studied plasma for a while, and I just made a simple plasma contract for decentralized games using token.
I have following questions:

  1. 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?

  2. 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.)

1 Like

I review your Plasma contract, and you add a new function: the verifier

  1. To become a verifier, someone need to pay a guarantee fund.
  2. The verifier can agree to the withdrawal before it can takeout.
  3. So when someone challenges, the verifier will be punished if the challenge is successful.

So, why someone want to be a verifier?

I have just published a design for Plasma MVP which offers some solutions for reducing operating costs, need for trust, etc.

However, if you are looking to create a blockchain game, perhaps you should check out the loom network. They have specialized in blockchain based games and social media applications and offer a development kid for creating your own sidechains.

I hope it helps!