BarnBridge / barnbridge-frontend

BarnBridge is a risk tokenizing protocol. It allows hedging yield sensitivity and price volatility by accessing debt pools on other DeFi protocols, and transforming single pools into multiple assets with varying risk/return characteristics.

Home Page:https://app.barnbridge.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 info@barnbridge.com.

Copyright 2021 BarnBridge DAO

About

BarnBridge is a risk tokenizing protocol. It allows hedging yield sensitivity and price volatility by accessing debt pools on other DeFi protocols, and transforming single pools into multiple assets with varying risk/return characteristics.

https://app.barnbridge.com

License:Apache License 2.0


Languages

Language:TypeScript 71.3%Language:CSS 23.6%Language:SCSS 5.0%Language:HTML 0.1%Language:JavaScript 0.0%Language:Dockerfile 0.0%Language:Less 0.0%