Skip to content

Files

Latest commit

 

History

History
15 lines (10 loc) · 769 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 769 Bytes

Introduction

In order for validators to verify purchase history, purchase data generated by kiosk is recorded on the blockchain and is made public. [Figure] shows kiosk server storing confirmed purchase transactions in the contract on the blockchain and in IPFS, a decentralized file system. The contract stores lists of data, while IPFS stores the actual data that can be accessed via links recorded in the contract’s lists.

img_1.png

Contracts

It contains sources from smart contracts to store the blocks' heads.

SDK

It contains the necessary libraries to create blocks with purchase transactions.

Server

It contains codes that collect purchase transactions, create blocks, and store them in smart contracts and IPFS.