Skip to content

nounsDAO/nouns-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37e3e44 · Nov 11, 2024
Feb 7, 2024
Nov 11, 2024
Jan 19, 2022
Jan 13, 2023
Jun 1, 2022
Jun 28, 2021
Jun 5, 2021
Aug 1, 2023
Aug 19, 2021
Oct 27, 2022
Jun 5, 2021
Jun 2, 2022
Jul 28, 2023
Jul 27, 2023
Jun 2, 2022
Oct 12, 2021
Oct 13, 2021
Feb 2, 2024

Repository files navigation

nouns-monorepo

Nouns DAO is a generative avatar art collective run by a group of crypto misfits.

Packages

nouns-api

The nouns api is an HTTP webserver that hosts token metadata. This is currently unused because on-chain, data URIs are enabled.

nouns-assets

The nouns assets package holds the Noun PNG and run-length encoded image data.

nouns-bots

The nouns bots package contains a bot that monitors for changes in Noun auction state and notifies everyone via Twitter and Discord.

nouns-contracts

The nouns contracts is the suite of Solidity contracts powering Nouns DAO.

nouns-sdk

The nouns sdk exposes the Nouns contract addresses, ABIs, and instances as well as image encoding and SVG building utilities.

nouns-subgraph

In order to make retrieving more complex data from the auction history, nouns subgraph contains subgraph manifests that are deployed onto The Graph.

nouns-webapp

The nouns webapp is the frontend for interacting with Noun auctions as hosted at nouns.wtf.

Quickstart

Install dependencies

yarn

Build all packages

yarn build

Run Linter

yarn lint

Run Prettier

yarn format