website logo
WebsiteTry DashboardContact Sales
โŒ˜K
๐Ÿ‘‹Welcome to mintBlue!
โ“Why Use mintBlue?
๐ŸงงmintBlue Products
โ›“๏ธEnterprise Bitcoin
๐Ÿš€Introduction
๐Ÿ‘‰mintBlue Quick Start Guide
๐Ÿ”—Setting up Zapier & mintBlue
๐ŸŽ‡mintBlue SDK
๐Ÿ‘‰SDK Quick Start Guide
๐Ÿ—๏ธSDK Encryption
๐Ÿ–ฅ๏ธSDK Server
๐Ÿ“ฉEnvelopes
๐Ÿ“SDK Scripts
๐Ÿ“–mintBlue API
โน๏ธBlockchain API
๐Ÿ–ฅ๏ธmintBlue Console
๐Ÿ‘‚Event Listeners
๐Ÿ†Examples of Building with mintBlue
๐Ÿ”‘password manager
๐Ÿ“ƒNotary Express App
Docs powered by
Archbee
mintBlue SDK
...
Envelopes
Pigi

What is the Pigi envelope?

3min

The Pigi envelope allows you to upload and retrieve files to and from the Bitcoin blockchain. The files are encrypted by default and allow any user with access to the reference and encryption secret to access the original file and check its authenticity.

Flowchart

Below the process is shown in a schematic overview.

 sequenceDiagram
    participant client
    participant mintBlue
    participant Bitcoin
    client->>+mintBlue: Upload file
    mintBlue->>mintBlue: Assemble and encrypt
    mintBlue->>Bitcoin: Broadcast to network
    Bitcoin-->>mintBlue: TX accepted
    mintBlue-->>-client: TXID, Secret
๏ปฟ

Use Cases

Many use cases can be built using the Token API.

A popular use case is distribution and storage of authenticated digital files, linked to physical documents. The digital document is often linked using a QR code, containing the reference and secret. Users can scan the QR code to fetch the digital document, or processes can be put in place to automatically recognize the reference and secret on the physical document in order to fetch an authenticated and augmented digital document from the blockchain. Recipients can easily verify that the document has not changed in the meantime.

Read more about using the Token API for NFT Invoicing here: why use NFT Invoicing?๏ปฟ

Updated 12 Jul 2023
Did this page help you?
PREVIOUS
Envelopes
NEXT
Envelope Format
Docs powered by
Archbee
TABLE OF CONTENTS
Flowchart
Use Cases
Docs powered by
Archbee