L1X Developer SDK
Ctrlk
  • L1X VM SDK
    • L1X Native SDK for L1X VM
    • L1X CLI Methods
  • L1X EVM SDK
    • Pre-Requisites
    • Hardhat Installation & Deploy your First L1X EVM FT Contract
  • L1X Typescript SDK
    • L1X Library
      • L1X Typescript SDK
      • Account Methods
      • Core Methods
      • L1X VM Methods
      • L1X EVM Methods
      • Other Methods
        • Native Token Methods
        • Fungible Token Methods
        • Non-fungible Token Methods
          • How to Create a Non-Fungible Token?
          • How to mint a Non-Fungible Token?
          • How to get the balance of a Non-Fungible token?
          • How to get the attribute of a Non-Fungible token?
          • How to approve a spender to manage a specific Non-Fungible token?
          • How to set or revoke approval for a specific operator to manage all tokens of the sender?
          • How to get the owner of a Non-Fungible token by its ID?
          • How to Transfer a Non-Fungible token from one address to another?
          • How to burn an existing Non-Fungible Token?
  • Endpoints
  • Configuring MetaMask with L1X Network
Powered by GitBook
On this page
  1. L1X Typescript SDK
  2. L1X Library
  3. Other Methods

Non-fungible Token Methods

Create Non-Fungible Tokens and mint new ones. Check NFT balances and attributes. Approve spenders and manage operator approvals. Access token owners by ID, transfer NFTs, and burn NFT's

  • How to Create a Non-Fungible Token?

  • How to mint a Non-Fungible Token?

  • How to get the balance of a Non-Fungible token?

  • How to get the attribute of a Non-Fungible token?

  • How to approve a spender to manage a specific Non-Fungible token?

  • How to set or revoke approval for a specific operator to manage all tokens of the sender?

  • How to get the owner of a Non-Fungible token by its ID?

  • How to Transfer a Non-Fungible token from one address to another?

  • How to burn an existing Non-Fungible Token?

PreviousHow to use transfer from of fungible token?NextHow to Create a Non-Fungible Token?

Last updated 1 year ago