Nouns.com is now read-only and this repository is archived and not activly maintained.
For now, the site remains live as an informational interface into Nouns DAO, but all onchain actions (bidding, voting, swapping, converting to/from $NOUNS) have been removed.
Previous functionality — instant swap, treasury swap proposals, the $NOUNS ERC-20 convert flow, DAO voting, etc, can explored in the git history prior to the read-only conversion.
Bid, explore, buy, and swap to find your forever Noun.
- Mainnet: nouns.com
Copy .env.example to .env and populate it:
cp .env.example .envInstall dependencies:
pnpm installStart dev server:
pnpm devBuild for production (runs codegen automatically):
pnpm buildRun codegen manually (GraphQL types + Wagmi):
pnpm codegen