Skip to content
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

Add EIP: Dynamic On-Chain Token Attributes Repository #7635

Conversation

ThunderDeliverer
Copy link
Contributor

This proposal introduces the ability to assign attributes to NFTs in a public non-gated repository smart contract that is accessible at the same address in all of the networks. The repository smart contract is designed to be a common-good repository, meaning that it can be used by any ERC-721 or ERC-1155 compatible token.

This proposal introduces the ability to assign attributes to NFTs in a
public non-gated repository smart contract that is accessible at the
same address in all of the networks. The repository smart contract is
designed to be a common-good repository, meaning that it can be used by
any ERC-721 or ERC-1155 compatible token.
@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-erc labels Sep 4, 2023
@eth-bot
Copy link
Collaborator

eth-bot commented Sep 4, 2023

✅ All reviewers have approved.

@eth-bot eth-bot changed the title Add Dynamic On-Chain Token Attributes Repository EIP Add EIP: Dynamic On-Chain Token Attributes Repository Sep 4, 2023
@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Sep 4, 2023
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Sep 4, 2023
EIPS/eip-x.md Outdated Show resolved Hide resolved
EIPS/eip-x.md Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

The commit 8d31ce5 (as a parent of 30149de) contains errors.
Please inspect the Run Summary for details.

Copy link
Contributor

@SamWilsn SamWilsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just need to rename the files to match the EIP number!

EIPS/eip-x.md Outdated
@@ -0,0 +1,1075 @@
---
eip: XYZ
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
eip: XYZ
eip: 7508

EIPS/eip-x.md Outdated
---
eip: XYZ
title: Dynamic On-Chain Token Attributes Repository
description: React to any Non-Fungible Tokens using Unicode emojis.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe forgot to update the description?

EIPS/eip-x.md Outdated
type: Standards Track
category: ERC
created: 2023-08-15
requires: 165
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
requires: 165
requires: 165, 712

I'd probably mention 712 here.

EIPS/eip-x.md Outdated

### Message format for presigned emotes

The message to be signed by the `setter` in order for the attribute setting to be submitted by someone else is formatted as follows:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend mentioning where this pre-signed stuff comes from. I think it's ERC-712?

@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Sep 5, 2023
@eth-bot eth-bot enabled auto-merge (squash) September 5, 2023 15:29
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Reviewers Have Approved; Performing Automatic Merge...

@eth-bot eth-bot merged commit 597fa6a into ethereum:master Sep 5, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-erc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants