Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 602 Bytes

ldice

Proof of concept of provably fair dice game made with lisk-sdk

npm install
sudo node index.js | npx bunyan -o short

todo

-Implement treasury for native token
-Implement way to gamble with multiple tokens
-Max profit limited by % of current treasury holdings for specific token
-Native token rights to profit, from the treasury revenue (dividends)
-Verify and debug undoAsset (current code totally untested)
-Proper client side application
-Additional verifications in validateAsset
-Ensure true randomness on all forging nodes :) - might be hard one