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
. - It also uses Builder Components to grab most of the DAO's data
- The first version of the site was created by ripe0x
- The redesign was done by dylsteck.eth
Install dependencies:
npm install
Copy .env.example
to a new .env.local
file and fill in the corresponding values:
cp .env.example .env.local
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.