Feature #64
P4P Ethereum Smart Contract
Due date:
Description
The Ethereum smart contract should cover the following aspects:
- Schedule (admin account can open and close bidding slots
- Raffle: randomly select the next participant (may requite not just one, but an ordered list in case we want to implement the possibility to fall back to the next in list if a player is not ready)
- Distributed Payout (the distribution key should probably be hardcoded on contract creation)
To be decided:
- Do we want update and kill/suicide mechanisms?
- Integration of btc-relay for Bitcoin payments?
History
#1 Updated by didi over 7 years ago
- Subject changed from Smart Contract to P4P Ethereum Smart Contract