-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propose Emotable Extension for Non-Fungible Tokens #6381
Conversation
Proposed an interface for Non-Fungible Tokens extension allowing for reacting to them using Unicode emojis.
The commit 85ea5f9 (as a parent of 31a064c) contains errors. |
All tests passed; auto-merging...(pass) eip-6381.md
(pass) assets/eip-6381/contracts/Emotable.sol
(pass) assets/eip-6381/contracts/IEmotable.sol
(pass) assets/eip-6381/contracts/mocks/ERC721EmotableMock.sol
(pass) assets/eip-6381/hardhat.config.ts
(pass) assets/eip-6381/package.json
(pass) assets/eip-6381/test/emotable.ts
|
The proposal number was assigned based on the PR number. If the editors desire to change the PR number, that can be easily arranged.
EIPS/eip-6381.md
Outdated
|
||
```solidity | ||
/// @title EIP-6381 Emotable Extension for Non-Fungible Tokens | ||
/// @dev See https://eips.ethereum.org/EIPS/eip-5773 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong EIP number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
EIPS/eip-6381.md
Outdated
|
||
pragma solidity ^0.8.16; | ||
|
||
interface IRMRKEmotable is IERC165 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dosen't match the interface in the reference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Updates description of EIP Co-authored-by: Sam Wilson <[email protected]>
* Propose Emotable Extension for Non-Fungible Tokens Proposed an interface for Non-Fungible Tokens extension allowing for reacting to them using Unicode emojis. * Assign a proposal number The proposal number was assigned based on the PR number. If the editors desire to change the PR number, that can be easily arranged. * Add discussion URL * Fix link typo * Update EIPS/eip-6381.md Updates description of EIP Co-authored-by: Sam Wilson <[email protected]> * Addresses editor suggestions. --------- Co-authored-by: Steven Pineda <[email protected]> Co-authored-by: Sam Wilson <[email protected]>
This EIP draft proposal includes RMRK team's work on developing an NFT standard where an NFT can be reacted to using Unicode emojis.