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.
- 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. npm install
to install all dependencies- Run the app using one of our start scripts such as
npm run start:testnet
scripts (as declared onpackage.json
) - 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.
npm run start:testnet
Public testnet environmentnpm run start:alpha
Alpha environment (connecting to Ethereum mainnet)
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