nChain Event
Back to All
V.1.3.1
V.1.3.1
  • nChain Event User Guide
  • Overview
    • Introduction
      • Target Audience
    • Features and Benefits
      • Independent Operations
      • Web3 Development
    • Core Concepts
    • Encoded and Unencoded Records
  • Using nChain Event
    • Initial Set-Up
  • Independent Records
    • Introduction
    • Functional Description
      • Write Record
      • Read Record
      • Verify Record
    • Use Cases
      • Lucky Number Tickets
      • Internet of Things (IoT) Data
      • Intellectual Property Rights (IPR) Evidence
      • Car Dealership
    • Tutorials
      • Data Integrity
    • API Workflow
      • Write Record
      • Get Location Status
      • Read Record
      • Verify Record
  • Linked Records
    • Introduction
      • Concept - Link Locations
    • Functional Description
      • Create Link Record
      • Read Link Record
      • Update Link Record
      • Delete Link Record
      • Verify Link Record
    • Use Cases
      • Luxury Handbag Provenance
    • Tutorials
      • Collection Integrity
      • Provenance Integrity
    • API Workflow
      • Create Link Record
      • Get Link Location Status
      • Read Link Record
      • Update Link Record
      • Delete Link Record
      • Verify Link Record
  • API Documentation
    • nChain Event API
  • Bitcoin SV Blockchain
    • Features and Benefits
    • Writing to Blockchain
    • Reading from Blockchain
    • Transaction Format
    • Troubleshooting
    • Glossary
Powered by GitBook
On this page
  1. Independent Records
  2. Use Cases

Lucky Number Tickets

PreviousUse CasesNextInternet of Things (IoT) Data

A lucky number ticket creator wants to append the result of the lucky number draw to the blockchain, so that anyone can view the winning ticket and the draw is fully transparent.

The lucky number creator maintains a list of all tickets sold or given away. When it is time for the draw, a ticket is picked at random. The list, the method of picking the ticket, the picker’s identifier and the winning ticket are appended to the blockchain using nChain Event.

The resultant location on the blockchain is published by the lucky number ticket creator, allowing anyone to view the winning ticket and when the draw was taken, perhaps comparing the winning ticket with their own to determine whether they have won.

The creator could also append tickets to the blockchain as they are purchased or given away, so that anyone can view the tickets and the set of potential winners is fully transparent up to the time of the draw.

Benefits

  • The returned result is proof of what data an organisation submitted to the blockchain and when this took place.

  • Ability to verify original data and location.

  • Transparency: Records data is publicly accessible, and the result is readable on the blockchain.

  • An Irrefutable record of the data exists on the blockchain (non repudiation & tamperproof).

A Lucky Number demo application for nChain Event is available from the Product Suite Platform.

Internet of Things (IoT) Data