diff --git a/README.md b/README.md index ac5c202..89ca0e5 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ A contest where players compete for the highest return on investment over three rounds. Players deposit and withdraw ERC-20 tokens to and from ERC-4626 vaults. Each vault has a different risk/reward profile. Chainlink automation triggers a request to VRF Coordinator that ultimately determines the return on investment for each vault. Highest total assets at the end of round 3 is the champion. -## Notice - -- If the contest is on round 3 and state is closed, [DM me on telegram](https://t.me/mattpereira) to reset the game. Only the owner of `Market` contract can call `resetContest` - ## How to Play 1. Enter a contest to be airdropped 10,000 GODL tokens @@ -17,6 +13,10 @@ A contest where players compete for the highest return on investment over three 5. At the end of each round, the market contract sends or takes GODL from the vaults based on the random numbers generated by VRF 6. The player with the most total assets at the end of round 3 is the winner +## Notice + +- If the contest is on round 3 and state is closed, [DM me on telegram](https://t.me/mattpereira) to reset the game. Only the owner of `Market` contract can call `resetContest` + ## Tech Stack - ERC-20 @@ -24,9 +24,3 @@ A contest where players compete for the highest return on investment over three - Chainlink VRF - Chainlink Automation - Scaffold ETH 2 - -## TODO - -- Add the graph to impliment an all time leaderboard across games and rounds and built sort feature - - https://github.com/kmjones1979/full-stack-dapp-workshop -- Add dynamic svg nft that gets minted to the champion of each contest