Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 691 Bytes

File metadata and controls

30 lines (23 loc) · 691 Bytes

HumbleSwap : Front End Interface

An open source repository for HumbleSwap front end interface. HumbleSwap is a Decentralized Exchange on Voi Network.

Startup

Clone the repo using bash git clone https://github.com/HumbleOSS/humble-interface.git After cloning install the dependencies using

    npm install
    #or
    yarn install
    #or
    pnpm install

You may need to install these packages

    npm i buffer @mui/system @blockshake/defly-connect @perawallet/connect
    #or
    yarn add buffer @mui/system @blockshake/defly-connect @perawallet/connect
    #or
    pnpm add buffer @mui/system  @blockshake/defly-connect @perawallet/connect