Skip to content

aigramjp/nouns-monorepo

 
 

Repository files navigation

nouns-monorepo

情報収集

ホームページ https://lilnouns.wtf/

Etherescan https://etherscan.io/address/0x4b10701Bfd7BFEdc47d50562b76b436fbB5BdB3B#code

Github https://github.com/nounsDAO/nouns-monorepo/tree/master/packages/nouns-contracts ・コード自体はここに公開しているらしい ・このプロジェクトは完全なフルオンチェーンなので、このプログラムが画像生成の全てである可能性が高い ・このコードをフォークして開発を進める

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 64.2%
  • Solidity 26.0%
  • CSS 8.8%
  • Mustache 0.5%
  • HTML 0.3%
  • Shell 0.1%
  • JavaScript 0.1%