Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.02 KB

File metadata and controls

23 lines (14 loc) · 1.02 KB

Blockchain

This section is focused on learning blockchain fundamentals and smart contract development.


Structure of This Domain

Problem Statements

Problem Statement Description
PS1 – Decentralised Lottery System Design a smart contract for a decentralized lottery. Participants pay a fixed fee and the winner is selected using cryptographic randomness.
PS2 – Decentralised Voting System Design a decentralized voting system with immutable blockchain records. Only registered voters can vote within a specific timeframe.
PS3 – Simple Escrow Contract Intermediate smart contract acting as an escrow between two parties with an arbiter approving fund release.

Start with the resources to build foundational knowledge, then attempt the problem statements in order.


Credits: Problem statements curated by Aayush Yadav