Skip to content

Rishabh510/Quizos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizos

Answer Yes/No questions, win crypto!

Contract

The contract can be found here

Rules

  • Only Admin can post question for 10 Tez.
  • Participants can vote Yes/No (only once for a particular question) for 1 Tez which will then be added to the prize pool.
  • After the question is closed (only possible by Admin), 50% of the total profits will be distributed amongst the winners who voted the correct answer.

Screenshots

Clone the repo

git clone https://github.com/Rishabh510/Quizos
npm install
npm run start