Skip to content

gondola-finance/frontend

Repository files navigation

gondola-frontend

CI

An open source UI for Gondola

Installation

$ yarn 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

$ yarn start