Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EG-easy committed Dec 10, 2021
1 parent 47c5a50 commit 45648d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<p align="center">
<img src="./architechture.png" width="600">
</p>

- 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
Expand Down

0 comments on commit 45648d2

Please sign in to comment.