From e1d0a7cf6d3d278c87d3b8d4fd9d2f06e770a2be Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 21 Oct 2022 14:35:38 -0300 Subject: [PATCH] feat: erc tokens content complement (#2494) --- .../content/103-smart-contracts/105-erc-tokens.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/roadmaps/112-blockchain/content/103-smart-contracts/105-erc-tokens.md b/content/roadmaps/112-blockchain/content/103-smart-contracts/105-erc-tokens.md index 80ea0f7f8..0365ede79 100644 --- a/content/roadmaps/112-blockchain/content/103-smart-contracts/105-erc-tokens.md +++ b/content/roadmaps/112-blockchain/content/103-smart-contracts/105-erc-tokens.md @@ -7,3 +7,5 @@ While there are several Ethereum standards. These ERC Ethereum standards are the Free Content What are Ethereum request for comments (ERC) Standards ERC-20 Token Standard +ERC-721 Token Standard (NFT's) +ERC-1155 Token Standard (Multi-Token)