Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 504 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 504 Bytes

Leap Exchange Frontend

An (almost) functioning frontend UI for the leap-exchange contracts (+ it has a dark theme).

To be added:

  • Approval and submission of token transfer functionality and retreival of events from smart contracts
  • Gas price estimates and fee calculation
  • Uses a dummy array of networks, tokens and receipts

Getting Started

Installing Dependancies:

npm install

or

yarn install

Starting App:

npm start

or

yarn start