Skip to content

papercliplabs/nounswap

Repository files navigation

NounSwap

Bid, explore, buy, and swap to find your forever Noun.

Structure

  • 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

Development

docker compose up --build

NounSwap Web App

Bid, explore, buy, and swap to find your forever Noun.

Deployments

Local Development

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

Releases

No releases published

Packages

No packages published

Languages