Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 253 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 253 Bytes

Decentralized Airbnb

Setup

  1. Install dependencies
npm install
  1. Follow instructions to complete the smart contract code.

  2. Run ethereum blockchain locally

npm run test:ethereum
  1. Run tests
npm test