Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 659 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 659 Bytes

Debond front end

Typescript

The directories used are:

packages/vite-app-ts/
packages/hardhat-ts/

Quick Start

Running the app

  1. install your dependencies

    yarn install
  2. start a hardhat node

    yarn chain
  3. deploy the contracts, open a new command prompt

    # build hardhat & external contracts types
    yarn contracts:build 
    # deploy your hardhat contracts
    yarn deploy --network $yourNetwork
  4. Start the app

    yarn start
  5. Deploy the app

    # login first to firebase
    yarn build
    # build project
    yarn serve