Standard Libraries

Aptos provides multiple standard libraries at the given addresses:

  • 0x1
  • 0x3
    • AptosToken - Legacy NFT standard (not suggested for any future usage)
  • 0x4
    • AptosTokenObjects - Digital Assets -> New NFT and semi-fungible token standard

Standards

These standards are built into the 0x1 and 0x4 addresses:

Additional Libraries

These are from third parties, and can be used as well.

TODO