Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 597 Bytes

Quecoin

A distributed, incentivized platform for asking and answering questions - MIT Blueprint 2018 3rd Place.

Whitepaper

See this Google Doc for a rough, work-in-progress draft.

Building

Requirements: node & yarn.

  1. yarn install
  2. Build contracts with yarn run truffle and keep the truffle develop window open to run the test network.
  3. yarn start in another terminal window.

Updating Contracts

  1. truffle compile
  2. migrate in development console
  3. yarn run typechain