Skip to content

Instantly share code, notes, and snippets.

@amolpednekar
Last active January 12, 2019 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amolpednekar/c400df847924652cd1f5c5cec0d61614 to your computer and use it in GitHub Desktop.
Save amolpednekar/c400df847924652cd1f5c5cec0d61614 to your computer and use it in GitHub Desktop.
Corda bootcamp hackathon

Hackathon Problem Statement

Design and implement a DLT solution for tracking the status of invoices across the buyer and seller

-> An invoice is created by the Seller in the system and is made visible to the buyer. A created invoice is valid only if it has the signature of the seller. -> An invoice is later settled by the buyer and the status is changed from CREATED to SETTLED. A “settle” transaction needs to have the signatures of both the buyer and the seller. -> There should be only current version of the invoice at any point in time

Invoice should include properties:

  • Buyer
  • Seller
  • Amount
  • Status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment