Skip to content

Commit

Permalink
Trim leading whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aldur committed Aug 30, 2023
1 parent 1d25c6c commit ec7043d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-details/ethereum_to_algorand.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ The equivalent of ERC on Algorand are [ARC](https://arc.algorand.foundation).

| Ethereum | Algorand | Notes |
| ----------------- | --------------------- | ------------------------------------------------------------------- |
| ERC-20 | ASA / ARC-3 ( + ARC-19) | ARC-3 is a convention for the metadata of ASA, ARC-19 can be used when the metadata is updatable |
| ERC-20 | ASA / ARC-3 (+ ARC-19) | ARC-3 is a convention for the metadata of ASA, ARC-19 can be used when the metadata is updatable |
| ERC-20 | ASA / ARC-20 | ARC-20, aka "smart ASA", defines the interface to control an ASA through a Smart Contract (the ASA is used for accounting, the Smart Contract to transfer, freeze, etc a-la ERC-20) |
| ERC-781, ERC-1155 | ASA / ARC-3 (+ ARC-19) or ARC-69 | ARC-3 and ARC-69 are two conventions for the metadata of an ASA NFT, ARC-19 can be used when the metadata is updatable |

Expand Down

0 comments on commit ec7043d

Please sign in to comment.