Skip to content

Commit

Permalink
added reference table to metaplex
Browse files Browse the repository at this point in the history
  • Loading branch information
liang committed Aug 22, 2022
1 parent 81298f5 commit 10a6e6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion solana/caip19.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ But both asset type can be identified by their "mint" account.

## Syntax

After the CAIP-2 namespace+chainID, a slash defines an `asset_namespace` and an `asset_reference`. And since both fungible and non-fungible tokens can be identified using the mint account, we could use `token` as the namespace and the address of the mint account as the reference.
After the CAIP-2 namespace+chainID, a slash defines an `asset_namespace` and an `asset_reference`. And since both fungible and non-fungible tokens can be identified using the mint account, we could use `token`, `nft` as the namespace and the address of the `mint` account as the reference.

| Reference | Equivalent to | See also |
| :--- | :---- | :--- |
| token | ERC20 Token | [Metaplex](https://docs.metaplex.com/programs/token-metadata/token-standard) Fungible |
| nft | ERC721 | [Metaplex](https://docs.metaplex.com/programs/token-metadata/token-standard) NonFungible|


## Examples
Expand Down

0 comments on commit 10a6e6a

Please sign in to comment.