Skip to content

Commit

Permalink
yan
Browse files Browse the repository at this point in the history
  • Loading branch information
yanning committed Jul 26, 2022
1 parent 8001859 commit d9c25a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-5334.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ As mentioned in the specifications section, this standard can be fully ERC-721 c
In addition, new functions introduced in this standard have many similarities with the existing functions in ERC-721. This allows developers to easily adopt the standard quickly.

## Reference Implementation
ERC5334 Implementation: [ERC5334.sol](../assets/eip-5334/ERC5334.sol)
ERC5334 Implementation: [`ERC5334.sol`](../assets/eip-5334/ERC5334.sol)
```solidity
// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.0;
Expand Down

0 comments on commit d9c25a7

Please sign in to comment.