Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ A collateralized lending platform built on [Arc Testnet](https://arc.network/).

1. Clone the repository and install dependencies:
```bash
git clone <repo-url>
cd arc-borrow-lend
git clone https://github.com/circlefin/arc-defi-lend-borrow.git
cd arc-defi-lend-borrow
npm install
```
2. Set up environment variables:
Expand Down Expand Up @@ -214,4 +214,3 @@ This sample application:
- cirBTC is an existing token on Arc Testnet and is not mintable via the app
- No interest rate model — this is an interest-free protocol for demonstration purposes
- Is not intended for production use without modification