shunkakinoki / mosh-monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nouns-monorepo

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

Contributing

If you're interested in contributing to Nouns DAO repos we're excited to have you. Please discuss any changes in #developers in discord.gg/nouns prior to contributing to reduce duplication of effort and in case there is any prior art that may be useful to you.

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-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-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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 61.8%Language:Solidity 29.5%Language:CSS 3.9%Language:JavaScript 2.8%Language:HTML 1.1%Language:Mustache 0.7%Language:Shell 0.1%