Nouns DAO is a generative avatar art collective run by a group of crypto misfits.
The nouns api is an HTTP webserver that hosts token metadata. This is currently unused because on-chain, data URIs are enabled.
The nouns assets package holds the Noun PNG and run-length encoded image data.
The nouns bots package contains a bot that monitors for changes in Noun auction state and notifies everyone via Twitter and Discord.
The nouns contracts is the suite of Solidity contracts powering Nouns DAO.
The nouns sdk exposes the Nouns contract addresses, ABIs, and instances as well as image encoding and SVG building utilities.
In order to make retrieving more complex data from the auction history, nouns subgraph contains subgraph manifests that are deployed onto The Graph.
The nouns webapp is the frontend for interacting with Noun auctions as hosted at nouns.wtf.
yarn
yarn build
yarn lint
yarn format