We're bringing memecoins to the masses, using a familiar touch: the swipe ✔️
Memecoins are eating the world. In 2024, the memecoin market cap is $44.9B, and it's only going to grow. We want everyone in the world to join in on the fun.
Introducing: Swipa.meme
How does it work?
- Swipe right to pump it.
- Swipe left to dunk it.
- Earn points. Have fun!
The project is a PWA that aims to abstract as much of the boring and difficult web3 elements of crypto away from users so that they can focus on the fun of curating and rating memes for points.
One point = one swipe = $0.01
Tech stack
- Next.js React Web App
- Vercel Deployment
- Viem, Wagmi for onchain hooks
- Alchemy AccountKit v4 for user account management and gas sponsorship
- Rainbowkit for optional crypto top-ups
- 0x APIs for swapping eth for memecoins
- Base Mainnet memecoin liquidity pools
User Onboarding
- Alchemy AccountKit v4 for simple onboarding and wallet creation
- Alchemy Gas Manager to sponsor gas on behalf of users to minimize friction
- Rainbowkit to make crypto deposits easier for getting started
Swiping
- When a user swipes, we use 0x APIs to find the most optimal trade route for Base ETH to the memecoin token, and then take that route data, package it into calldata wrapped as a user op that's sent to the Alchemy bundler, paid for via the Swipa.meme gas manager.
- The resulting token value is displayed to users as "points".
Cashing out
- When a user wants to cash out their points, we use 0x APIs to construct the opposite trade route from the memecoin back into Base ETH. Any amount of liquid Base ETH in the user's wallet is displayed to users as "swipes".