Content
@
0 reply
0 recast
0 reaction
blgamann
@dagarn
https://lattery-frog.vercel.app/ @lum0x
2 replies
0 recast
1 reaction
blgamann
@dagarn
Our project is a game that airdrops tokens to a random person through a ladder game. [Game Creation] 1. The game creator specifies the number of tokens to be airdropped (currently using ETH). 2. The specified amount of tokens is locked in the contract, and a new game is created. By default, a ladder game is prepared for 5 participants. [Game Participation] 1. Participants express their intention to join the game through an on-chain transaction. Once 5 participants have joined, the game begins. 2. Among the 5 participants, a random function selects one person who gains the right to receive the airdrop. 3. The person who gains the airdrop right can call the `claim` function to receive the airdrop. - contract: https://github.com/blgamann/lattery-contract - frame: https://github.com/blgamann/lattery-frog - ladder game: https://github.com/blgamann/lattery
0 reply
0 recast
0 reaction