Giter Club home page Giter Club logo

prop-house-monorepo's Introduction

Prop House Logo

Prop House

A project born in and funded by Nouns DAO

Protocol     SDK

About

Prop House offers a novel mechanism for communities to deploy capital within their ecosystems: asset auctions where the bids placed are proposals. At the end of each auction, members of corresponding communities vote on which proposals get funded. Learn more by reading the FAQs or joining the Discord.

Packages

@prophouse/backend

The Prop House backend is implemented using Nestjs and handles CRUD actions for storing prop house data. It provides a GraphQL interface for querying data.

@prophouse/wrapper

The Prop House wrapper is a convenience class that wraps the HTTP interaction with a prop house backend and performs the signing of payloads. It also provides types for the response and input objects. The package also includes examples for creating proposals, uploading files, and voting.

@prophouse/webapp

The Prop House webapp is the frontend for interacting with houses as hosted at prop.house.

@prophouse/communities

The Prop House communities package contains the logic to fetch voting data for individuals within the scope of their own communities.

@prophouse/protocol

The Prop House protocol package contains the Solidity and Cairo contracts that power the Prop House protocol.

@prophouse/sdk

The Prop House SDK package contains utilities that simplify interaction with the Prop House protocol.

Quick Start

From the monorepo root:

Install dependencies

yarn

Build packages

yarn build

Start up backend

# switch to prop-house-backend
cd packages/prop-house-backend
# start up containers
docker-compose up -d
## Run migrations
yarn migration:run
# Copy example environment file
cp .env.example .env
# build and run
yarn start:dev

Start up frontend

# switch to prop-house-webapp
cd packages/prop-house-webapp
# Copy example environment file
cp .env.example .env
# Start local development
yarn start

prop-house-monorepo's People

Contributors

cryptoseneca avatar cdt-eth avatar solimander avatar gitblamecarrot avatar pixelzpls avatar mikearndt avatar tmm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.