- Navigate to your cloned repository and install the
npm tool
:
npm install
Dependecies packages will be downloaded.
- Start DApp on localhost server:
start run dev
- For a production build:
npm dev build
- Lending order
- Borrow request
- Loan payback
- Withdraw
- Solidity -> contract writing
- harthat -> ethereum development environment
- React
- Vite
- Ethers.js
- Tailwindcss