https://github.com/hashfx/fungible-token-aptos
https://github.com/hashfx/fungible-token-aptos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashfx/fungible-token-aptos
- Owner: hashfx
- Created: 2024-07-30T16:52:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:59:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T14:44:11.683Z (over 1 year ago)
- Language: Move
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.|