Skip to content

Instantly share code, notes, and snippets.

We can't make this file beautiful and searchable because it's too large.
id,triplet_id,Idea URL,proposal_id,Question,question_id,Rating Given,Assessor,Assessment Note,Proposer Mark,Acceptable,Constructive Feedback,Abstain,Strict,Lenient,Offense / Profanity,Non Constructive Feedback,Score doesn't match,Copy,Incomplete Reading,Not Related,General Infraction,General Infraction: rationale
7,6-90,http://ideascale.com/t/UM5UZBfWb,90,This proposal effectively addresses the challenge,1,3,z_assessor_6,"The proposed Dapp does seem to address the challenge, however it does not seem to address the aspect of the challenge that calls for ""Quality Dapps"". There might or not be legal issues with betting apps - the proposal does not address that aspect. It is devised for ""average user and football fan"" and they might also be interested in the legal ramifications of using such an app. As such, it remains an open question whether this Dapp will manage to attract users to the platform? ",,,,,,,,,,,,,,
9,8-90,http://ideascale.com/t/UM5UZBfWb,90,This proposal effectively addresses the challenge,1,4
@coire1
coire1 / playground.js
Created January 9, 2021 17:16
Untitled Project
/* Parties */
const jackpot : Party = Role("jackpot");
const player : Party = Role("player");
const initialJackpot : SomeNumber = 10n;
const ticketPrice : SomeNumber = 10n;
@coire1
coire1 / playground.js
Last active January 9, 2021 14:25
SmartLottery - Test
/* Parties */
const jackpot : Party = Role("jackpot");
const player : Party = Role("player");
const initialJackpot : SomeNumber = 10n;
const ticketPrice : SomeNumber = 10n;