Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 267 Bytes

Kickstarter Blockchain Clone

Aims to mimic Kickstarter but using contracts to guarantee what the funds are being used for.

Run locally:

  1. Clone repo.
  2. npm i
  3. npm run dev
  4. Navigate to http://localhost:3000

Assumes you have MetaMask installed to work.