Skip to content

theloanstream/thels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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