The problem step.fun solves
Consumer iOS app for step competitions on Base, without the "walk2earn" ponzinomics.
- Create a competition and set the entry fee in USDC
- Anyone can "buy in" to the step competition
- See leaderboard of players total step count
- Player with most steps can claim the prize pool of all entry fees
Tech
Next steps
- Could add active calorie competition, cycling, anything supported in Apple Health Data
- Figure out how to deep link to wallet via Walletconnect
Challenges I ran into
- Biggest challenge that I got stuck on - couldn't figure out why wagmi's useWriteContract doesn't deep link to the walletconnect wallet
- Was trying to use SwiftUI initially but decided to opt back for React Native for general better JS/TS crypto support
- Time crunch - started the project ~10 hours before submissions due 😭