LitListenerSDK
  • Overview
  • Quick Start
  • SDK Reference
    • Instantiate Circuit
    • Set Conditions
    • Conditional Logic
    • Set Actions
    • Execution Constraints
    • IPFS Hash
    • MintGrantBurn PKP
    • Start Circuit
    • Broadcast Transactions
    • Add Secure Key
  • Database and Server Interactions
    • Server-SDK Integration
    • Persistant Circuit Architecture
  • Errors and Logs
    • Logs & Error Handling
    • Error Strict Mode
  • Live
    • No Code Interface
  • Resources
    • Issues
    • Testing
    • Contributors
    • System Architecture
    • About the Devs
    • Storefront
  • Github
  • Lit Developer Docs
Powered by GitBook
On this page
  1. SDK Reference

MintGrantBurn PKP

Mint, Grant and Burn the PKP to the associated Lit Action.

PreviousIPFS HashNextStart Circuit

Last updated 1 year ago

By invoking mintGrantBurnPKP, you obtain the publicKey, tokenId, and address of the PKP. The publicKey is the non-compressed public key that the ECDSA algorithm uses to compute the address.

Get some Testnet LIT tokens from to mint your PKP on Chronicle.

const { publicKey, tokenId, address } = await newCircuit.mintGrantBurnPKP(ipfsCID);
the official Chronicle faucet