Add readme notices with link to docs site (#2300)
* add readme notices * remove period after url
This commit is contained in:
committed by
GitHub
parent
32f0fe5d08
commit
ef3bbbcf40
@ -1,5 +1,8 @@
|
||||
= ERC 1155
|
||||
|
||||
[.readme-notice]
|
||||
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/token/erc1155
|
||||
|
||||
This set of interfaces and contracts are all related to the https://eips.ethereum.org/EIPS/eip-1155[ERC1155 Multi Token Standard].
|
||||
|
||||
The EIP consists of three interfaces which fulfill different roles, found here as {IERC1155}, {IERC1155MetadataURI} and {IERC1155Receiver}.
|
||||
|
||||
Reference in New Issue
Block a user