From a0d29f9aa45e4ed3ad2bd09c5894f7113bba6789 Mon Sep 17 00:00:00 2001 From: snsd0805 Date: Mon, 12 Jun 2023 22:53:21 +0800 Subject: [PATCH] docs: add link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc48fc7..4ebc61d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ We have implemented a Crypto Credit Card System, and this repository focuses on However, many functions have not been fully implemented, and there are still numerous security issues that need to be addressed. -Additionally, You can find smart contract [here]() +Additionally, You can find smart contract [here](https://github.com/snsd0805/Credit-Card-System-smartcontract) ## Recommended IDE Setup @@ -18,7 +18,7 @@ See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup (Frontend) -1. Deploy the contracts in the [smart contract repo]() +1. Deploy the contracts in the [smart contract repo](https://github.com/snsd0805/Credit-Card-System-smartcontract) 2. clone this repo ``` git clone $THIS_REPO_LINK