Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 462 Bytes

File metadata and controls

23 lines (18 loc) · 462 Bytes

Decentralized library

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 DApp UI
cd dapp-ui
npm install
npm run build
npm run start
  1. Navigate to http://localhost:3000/ to see the app running.