Skip to content

justinjohnso/blockchain-agreements

Repository files navigation

2021 Hack Week Project - Blockchain Agreements

(Forked from Decentralized Airbnb)

Setup

  1. Install dependencies
npm install
  1. Follow along the instructions to complete the code.
  • Follow instructions to complete the smart contract code.
  • Follow setup to setup all requirements.
  • Follow dapps to complete the DApp code.
  1. Run ethereum blockchain locally
npm run test:ethereum
  1. Run DApp UI
cd dapp-ui
npm install
npm run build
npm run start
  1. Navigate to http://localhost:3000/ to see the app running.

Full Solution

Complete Decentralized Airbnb | or git checkout complete-dapp