Skip to content

Commit

Permalink
Add architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Sep 12, 2024
1 parent 9280f21 commit cddb133
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# DeFi Lend Borrow
# DeFi Lend Borrow : Solidity Contracts

## Part I
DeFi Lend Borrow is a decentralized finance (DeFi) application that enables users to lend and borrow assets on the Shimmer EVM testnet. The project is built using Solidity and Hardhat, with the core functionality provided by smart contracts.


Expand All @@ -10,6 +9,9 @@ DeFi Lend Borrow is a decentralized finance (DeFi) application that enables user
- [Hardhat](https://hardhat.org) >= v2.0.0
- [npx](https://www.npmjs.com/package/npx) >= v7.1.0.

## DeFi Lend Borrow contracts architecture Overview
![architecture diagram](/img/tutorials/defi-lend-borrow/defi-lend-borrow-architecture-diagram.png)

## Set Up

First, create a new directory for the project and navigate into it:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# DeFi Lend Borrow
# DeFi Lend Borrow : Solidity Contracts

## Part I
DeFi Lend Borrow is a decentralized finance (DeFi) application that enables users to lend and borrow assets on the Shimmer EVM testnet. The project is built using Solidity and Hardhat, with the core functionality provided by smart contracts.


Expand All @@ -10,6 +9,9 @@ DeFi Lend Borrow is a decentralized finance (DeFi) application that enables user
- [Hardhat](https://hardhat.org) >= v2.0.0
- [npx](https://www.npmjs.com/package/npx) >= v7.1.0.

## DeFi Lend Borrow contracts architecture Overview
![architecture diagram](/img/tutorials/defi-lend-borrow/defi-lend-borrow-architecture-diagram.png)

## Set Up

First, create a new directory for the project and navigate into it:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cddb133

Please sign in to comment.