Skip to content

SwingbyProtocol/DAO-frontend

 
 

Repository files navigation

BarnBridge Frontend

Prod Testnet

BarnBridge is a DeFi risk tokenization protocol for hedging factors like yield sensitivity or market price. This github repository contains the React (Typescript) front-end user interface for: https://app.barnbridge.com/

Interested in learning more about BarnBridge? Read our Developer Guides for more information.

Setting up your local environment

  1. Ensure that you have Node.js 12.x installed. We also recommend installing Node version manager nvm to allow you to switch your Node environment versions.
  2. npm install to install all dependencies
  3. Run the app using one of our start scripts such as npm run start:testnet scripts (as declared on package.json)
  4. This will open the app on your web browser on https://localhost:3000

Ensure that you have the appropriate .env.* configuration file. In the file, note that the app utilises Infura.io to connect to the Ethereum network which requires an API key.

Having trouble? Please contact us on Discord or read our Developer Guides for more information.

Available Start Scripts

  • npm run start:testnet Public testnet environment
  • npm run start:alpha Alpha environment (connecting to Ethereum mainnet)

Discussion

For any concerns or questions, open an issue on GitHub or visit us on Discord to discuss. For security concerns, please email [email protected].

Copyright 2021 BarnBridge DAO

Packages

No packages published

Languages

  • TypeScript 62.5%
  • CSS 31.3%
  • SCSS 6.1%
  • HTML 0.1%
  • JavaScript 0.0%
  • Dockerfile 0.0%