Official site for Purple DAO, whose goal is to proliferate the Farcaster ecosystem.
- This is a RainbowKit + wagmi + Next.js project bootstrapped with
create-rainbowkit - The first version of the site was created by ripe0x and used Builder Components to grab most of the DAO's data
- The redesign was done by dylsteck.eth
Install dependencies:
npm installCopy .env.example to a new .env.local file and fill in the corresponding values:
cp .env.example .env.localRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
