-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Junwei edited this page Aug 20, 2019
·
1 revision
This repository contains the source code and test scripts for the Quorum prototype in Project Ubin Phase 2.
Ubin Phase 2 is a collaborative design and rapid prototyping project, exploring the use of Distributed Ledger Technologies (DLT) for Real-Time Gross Settlement.
- Read the Project Ubin Phase 2 Report here.
- For more detailed documentation, refer to the Technical Reports: Overview, Quorum and Testing.
The Quorum smart contract code is written in Solidity and the API layer is written in JavaScript.
Additional notes:
- An external service (mock RTGS service) is to be deployed for Pledge and Redeem functions. It can be found in the
ubin-ext-service
- A common UI can be found in the
ubin-ui
repository.