8000 GitHub - nounsDAO/nouns-monorepo: The Nouns DAO monorepo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nounsDAO/nouns-monorepo

Repository files navigation

nouns-monorepo

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

Packages

nouns-assets

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

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

pnpm install

Build all packages

pnpm build

Run Linter

pnpm lint

Run Prettier

pnpm format
0