Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 844 Bytes

The Loan Stream


Allow DAOs with large treasuries & DeFi users to collateralize their treasuries, and take out loans in the form of streams - without having to sell assets to do so!

Local Deployment

You can deploy the contract to any network with:

cd backend
brownie run scripts/deploy.py

You can run the frontend on your local environment using the following commands

cd frontend
npm install
npm run dev