Note: This is a playground project for experimenting with Web3 technologies. It's not intended for production use.
A simple decentralized application to demonstrats how borrowing works on blockchain.
- Frontend: React, TypeScript, Vite
- Styling: Tailwind CSS
- Blockchain: Wagmi, Viem, RainbowKit
- Mobile: Capacitor
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:5173 in your browser
Feel free to fork and experiment! This is a learning project, so all contributions and experiments are welcome.
MIT