Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 631 Bytes

saddle-frontend

CI

An open source UI for Saddle 🤠

The UI is deployed on IPFS and accessible at saddle.exchange or saddlefinance.eth.link.

Installation

$ npm install

Create a .env.local file with a valid REACT_APP_NETWORK_URL (e.g. Alchemy, Infura):

REACT_APP_NETWORK_URL="https://eth-mainnet.alchemyapi.io/v2/YOUR_KEY_HERE"

Usage

$ npm run start