Your trustworthy and legend-telling bartender.
- Create something fun and engaging that generates social value.
- Project submission for ETHGlobal's Frameworks hackathon.
Created with create-next-app, inspired from Privy's progressive web app (PWA) template.
- Privy
- Viem
- NextPWA
- TailwindCSS
- All transactions are sent on the Base Sepolia testnet.
You can see the deployed version at srdegen.xyz.
First, clone this repo:
git clone https://github.com/angelmc32/sr-degen
cd sr-degen
Next, install dependencies, (includes @privy-io/react-auth
, viem
, and next-pwa
:)
npm install
Next, create your own env file by running
cp .env.example.local .env.local
and add your Privy App ID:
NEXT_PUBLIC_PRIVY_APP_ID=insert-your-app-id
Lastly, run
npm run dev
visit http://localhost:3000
in your browser to see the PWA in action!