/thels

The Loan Stream project for Road to Web3 - ETHGlobal.

Primary LanguageSolidity

The Loan Stream

Thels Logo

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