From 45648d239651b398152e951a5b23d47b011b35f9 Mon Sep 17 00:00:00 2001 From: EG-easy <1018eguchi@gmail.com> Date: Sat, 11 Dec 2021 01:27:20 +0900 Subject: [PATCH] update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d4b17a..bdf2ba5 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Janken-API -Helper backend service to improve UX for Secret Janken Game. [secret-janken-front](https://github.com/tak1827/secret-janken-front) interacts with [secret-janken-contract](https://github.com/tak1827/secret-janken-contract) and stores its information to RDB through janken-api. +# Secret-Janken-API +Helper backend service to improve UX for Secret Janken Game. [secret-janken-front](https://github.com/tak1827/secret-janken-front) interacts with [secret-janken-contract](https://github.com/tak1827/secret-janken-contract) and stores its information to RDB through secret-janken-api. ## System Architecture

-- janken-api reserves metadata of SNIP721 -- janken-api synchronizes the status of offers retrieved from the contract -- janken-api watches the contract and rewrites the DB values in case of any changes in the owner of SNIP721 +- secret-janken-api reserves metadata of SNIP721 +- secret-janken-api synchronizes the status of offers retrieved from the contract +- secret-janken-api watches the contract and rewrites the DB values in case of any changes in the owner of SNIP721 ## Interact with CLI (Optional useful tools for development) - deploy contract