From b9d46419d60a0d7d291dcfff61cf88c16bf7fd27 Mon Sep 17 00:00:00 2001 From: snsd0805 Date: Mon, 12 Jun 2023 22:54:17 +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 1abbba8..0377201 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We have implemented a simple Soulbound Token (SBT), which is non-transferable. T After minting your own SBT, you can register with any bank that trusts this SBT. Each bank can access the client's credit information to establish a credit limit. The registered client can then call the bank's pay() function to request the bank to make payments to the shop on their behalf. The client will repay the bank once they are able to cover the outstanding balance. -Additionally, we have implemented a web interface for interacting with this repository. You can find the web interface repository [here](). +Additionally, we have implemented a web interface for interacting with this repository. You can find the web interface repository [here](https://github.com/snsd0805/Credit-Card-System-web). ## Deploy (localhost) 1. Open Ganache on your localhost @@ -32,4 +32,4 @@ Additionally, we have implemented a web interface for interacting with this repo ``` truffle(development)> deploy ``` -6. Once the contracts are deployed, you can set up and interact with the web interface repository [here](). +6. Once the contracts are deployed, you can set up and interact with the web interface repository [here](https://github.com/snsd0805/Credit-Card-System-web).