Skip to content

Commit b84b2a5

Browse files
authored
Update src/content/developers/docs/standards/tokens/erc-1155/index.md
1 parent a44844a commit b84b2a5

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/standards/tokens/erc-1155

1 file changed

+1
-1
lines changed

src/content/developers/docs/standards/tokens/erc-1155/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A standard interface for contracts that manage multiple token types. A single de
1010

1111
**What is meant by Multi-Token Standard?**
1212

13-
The idea is simple and seeks to create a smart contract interface that can represent and control any number of fungible and non-fungible token types. In this way, the ERC-1155 token can do the same functions as an [ERC-20](/developers/docs/standards/tokens/erc-20/) and [ERC-721](/developers/docs/standards/tokens/erc-721/) token, and even both at the same time. Moreoever, it improves the functionality of both the ERC-20 and ERC-721 standards, making it more efficient and correcting obvious implementation errors.
13+
The idea is simple and seeks to create a smart contract interface that can represent and control any number of fungible and non-fungible token types. In this way, the ERC-1155 token can do the same functions as an [ERC-20](/developers/docs/standards/tokens/erc-20/) and [ERC-721](/developers/docs/standards/tokens/erc-721/) token, and even both at the same time. It improves the functionality of both the ERC-20 and ERC-721 standards, making it more efficient and correcting obvious implementation errors.
1414

1515
The ERC-1155 token is described fully in [EIP-1155](https://eips.ethereum.org/EIPS/eip-1155).
1616

0 commit comments

Comments
 (0)