0x192B059c691609B942976FB4422C2b5C5FF4aC0c on Polygon Mumbai
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!
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