Skip to content

danMendes-bossanova/od-appd

 
 

Repository files navigation

OD App

Deposit your crypto assets, generate OD and lever up your position.

Deployments

http://app.opendollar.com/ dev branch http://app.optimism-goerli.opendollar.com/ https://open-dollar-app.vercel.app/

Development

Install Dependencies

yarn

Run

yarn prebuild
yarn build
yarn start

Configuring the environment

To have the app default to a different network when a wallet is not connected:

  1. Create a file and name it .env.development.local
  2. Change REACT_APP_NETWORK_ID to "420"
  3. Change REACT_APP_NETWORK_URL to e.g. "https://opt-goerli.g.alchemy.com/v2/{YOUR_INFURA_KEY}"

Testing

Cypress integration test

yarn test:e2e

Jest test

yarn test

About

a fork of open-dollar aim BR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 1.9%
  • Other 0.4%