Deposit your crypto assets, generate OD and lever up your position.
http://app.opendollar.com/ dev branch http://app.optimism-goerli.opendollar.com/ https://open-dollar-app.vercel.app/
yarn
yarn prebuild
yarn build
yarn start
To have the app default to a different network when a wallet is not connected:
- Create a file and name it
.env.development.local
- Change
REACT_APP_NETWORK_ID
to"420"
- Change
REACT_APP_NETWORK_URL
to e.g."https://opt-goerli.g.alchemy.com/v2/{YOUR_INFURA_KEY}"
yarn test:e2e
yarn test