NFT Portal Reference

NFT Portal technical reference

URL Portal

Allows inputting https URL or ISCN ID to prepare minting of Writing NFT

Base URL

Testnet: https://app.testnet.like.co/nft/url

Production: https://app.like.co/nft/url

Input Params

Other query strings are passed below to the ISCN page.

ISCN Page

Mints an ISCN into Writing NFT

Base URL

Testnet: https://app.testnet.like.co/nft/iscn/${uri_encoded_iscn_id}/

Production: https://app.like.co/nft/iscn/${uri_encoded_iscn_id}/

Input Params

PostMessage Event Format

window.opener.postMessage(JSON.stringify({
  action: 'NFT_MINT_DATA',
  data: {
    iscnId,
    classId,
    nftCount,
    sellerWallet,
  },
}), this.redirectOrigin)

Last updated