https://github.com/taewan-p/guarantee-token-server
Guarantee Token Main Server - for Capstone project
https://github.com/taewan-p/guarantee-token-server
Last synced: about 1 month ago
JSON representation
Guarantee Token Main Server - for Capstone project
- Host: GitHub
- URL: https://github.com/taewan-p/guarantee-token-server
- Owner: Taewan-P
- Created: 2022-01-05T08:06:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T08:08:03.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:09:10.650Z (6 months ago)
- Language: Python
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guarantee-token-server
Guarantee Token Main Server - for Capstone project## What is this?
This is an main server implementation that uses Guarantee Token - a Solidity contract to store Product Information and Guarantee(Warranty) information inside NFT.
## How it works
Basically, the app cannot just connect with the blockchain network since we need to login information too.
So, there is a main server that communicates with the app with API requests.
When the main server receives API requests, it converts certain commands such as mint or transfer to RPC request and send it to our private blockchain server.**- The full scenario -**
## The Capstone Fair for our school

The Capstone Fair was held in 8th June, 2022.
## Screenshots

## Other Links
[Android App Repository](https://github.com/Taewan-P/guarantee-token-android-app) - Kotlin
[Solidity Contract Repository](https://github.com/Taewan-P/guarantee-token) - Solidity, Go Ethereum(Geth), Truffle
[iOS App Repository](https://github.com/PrismSpirit/GuaranteeWallet-iOS-app) - Swift 5