Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 385 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 385 Bytes

derive-frontend

An open source UI for Derive 🤠

The UI is deployed on IPFS and accessible at derive.fi

Installation

$ npm install

Create a .env.local file with a valid REACT_APP_NETWORK_URL (e.g. local BSC node or Infura alternative):

REACT_APP_NETWORK_URL="http://localhost:8545"

Usage

$ npm run start