Bid, explore, buy, and swap to find your forever Noun.
- Web: The web app
- Indexer: Onchain data indexer that powers the web app
- Indexer: Content management system consumed by the web app
See the individual folders for more details
docker compose up --build
Bid, explore, buy, and swap to find your forever Noun.
- Mainnet: nounswap.wtf
- Sepolia: sepolia.nounswap.wtf
Copy .env.example
to .env
cp .env.example .env
Populate the .env
file
Install dependencies
bun install
Start dev server
bun dev
Build for production
bun build