Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Debond-Protocol/Webapp

Repository files navigation

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. get the contracts

    mkdir packages/hardhat-ts/contracts/src
    cd $_
    # clone the repo
    git clone --branch frontend https://github.com/Debond-Protocol/Debond-Bank.git
    git clone --branch front https://github.com/Debond-Protocol/Debond-Exchange.git
  4. run the app, open a new command prompt

    # build hardhat & external contracts types
    yarn contracts:build 
    # deploy your hardhat contracts
    yarn deploy
    # start vite 
    yarn start 
  5. deploy the app

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published