Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.36 KB

vrbs-monorepo

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

Packages

vrbs-api

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

vrbs-assets

The vrbs assets package holds the Vrb PNG and run-length encoded image data.

vrbs-bots

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

vrbs-contracts

The vrbs contracts is the suite of Solidity contracts powering Vrbs DAO.

vrbs-sdk

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

vrbs-subgraph

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

vrbs-webapp

The vrbs webapp is the frontend for interacting with Vrb auctions as hosted at vrbs.wtf.

Quickstart

Install dependencies

yarn

Build all packages

yarn build

Run Linter

yarn lint

Run Prettier

yarn format