Quip
  • Welcome to Quip Network
  • Getting Started
    • Quickstart
    • Quip SDK
    • Quip Client
  • Basics
    • Motivation
    • Key Properties
    • QUIP: The Quantum Unit Interlock Pathway
    • QUIP Lifecycle
    • Virtues
  • Network
    • Participants
    • Token
  • Nodes
    • Classical
    • Quantum
  • Protocols
    • Encrypt
    • Accelerate
Powered by GitBook
On this page
  1. Getting Started

Quip SDK

Quip Network publishes an SDK for existing smart contracts that lets you upgrade your contracts one ABI at a time. Simply import the file using your favorite package manager and reference the SDK anytime you need to unwrap a post-quantum commitment into its associated classical public key.

The most versatile usecase of the Quip SDK is a smart account much like a Coinbase smart account or a Safe wallet, which wraps any contract with a post-quantum signature read and aborts the subsequent contract call if the read fails.

However, sometimes contracts may require token allowances, specialized permissions, or access to collateral held in the contract. For these usecases, it is necessary for the contract to implement the Quip SDK's post-quantum ABI extension directly.

PreviousQuickstartNextQuip Client

Last updated 1 month ago