MintGrantBurn PKP

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

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.

circle-info

Get some Testnet LIT tokens from the official Chronicle faucetarrow-up-right to mint your PKP on Chronicle.

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

Last updated