A private blockchain network is used to create an intranet system that allows sharing of anonymised data in real time on their own IT infrastructure. This allows verifiable proof for other implemnetation such as credit risk model where rely on transparent auditable data instead of reputation.
- Indexer
- Smart contracts
- API
- Database
- Scripts
-
Raw transaction data retrieved from data source via API or SDK (or equivalent origin source of data)
-
Automated script checks if merchant is already within the system (database) else if creates a new smart contract
-
MerchantId
& correspondingsmart contract address
gets updated in database -
Raw transaction data gets normalised, encrypted, hashed and pushed on to AWS S3 and URI of S3 file returns as response
-
Update hashed raw transaction data to merchant smart contract
-
Automated script routinely polls transaction from blockchain
-
Polled transactions get updated to MySQL for easier read when querying
-
API interaction retrieves information from MySQL