An open API service indexing awesome lists of open source software.

https://github.com/hashfx/fungible-token-aptos


https://github.com/hashfx/fungible-token-aptos

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Fungible-Token-Aptos

| Fungible Token | Non Fungible Token |
|:--:|:--:|
|fungible tokens are like digital coins where every token is identical and interchangeable|NFTs are unique digital treasures stored on a blockchain. Unlike fungible tokens, each NFT is one-of-a-kind and can't be duplicated. They're perfect for representing collectibles, artworks, or even real-world items.|

## Aptos Standards for Tokens
| Aptos Fungible Asset Standard | Aptos Digital Asset Standard |
|:--:|:--:|
|for regular tokens, tokenized real-world assets, and in-game assets | For NFTs: This is a sophisticated Non-Fungible Token (NFT) standard for Aptos. NFTs, representing unique on-chain items, are grouped into collections. They can be altered, transferred, bound to a specific user, destroyed, or changed through custom smart contracts.|