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 ERC: Social Media NFTs #782

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

nickjuntilla
Copy link

@nickjuntilla nickjuntilla commented Dec 19, 2024


eip: 7847
title: Social Media NFTs
description: Create a social media post or publication in the form of an NFT.
author: Nick Juntilla (@nickjuntilla) nick@ownerfy.com
discussions-to: https://ethereum-magicians.org/t/erc-7847-social-media-nfts/22280
status: Draft
type: Standards Track
category: ERC
created: 2024-12-18

Abstract

This proposal defines a standardized format for representing decentralized social media posts as NFTs. The Nostr protocol has done most of the heavy lifting for creating an open decentralized social media network. This ERC serves to adapt those standards to the most common blockchain non-fungible token standard. In this way we can take advantage of the reach and longevity of a blockchain. It is genericized here so that it can be easily mapped to other event based decentralized social media like the AT protocol. An event can be used as a social media post, blog post, forum post, encrypted message, RSS feed or arbitrary electronic publication. This model is flexible where the meaning and type of an event (original, reply, repost, images, video, text, etc...) is derived from its metadata.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Dec 19, 2024

File ERCS/erc-7847.md

Requires 1 more reviewers from @g11tech, @SamWilsn, @xinbenlv

@eip-review-bot eip-review-bot changed the title Nostr and NFT Compatible Social Media Standard Add ERC: Nostr and NFT Compatible Social Media Standard Dec 19, 2024
@github-actions github-actions bot added the w-ci label Dec 19, 2024
ERCS/erc-7824.md Outdated
@@ -0,0 +1,332 @@
---
eip: 7824
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: 7824
eip: 7847

Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.

Please also update the filename.

ERCS/erc-7824.md Outdated
@@ -0,0 +1,332 @@
---
eip: 7824
title: Nostr and NFT Compatible Social Media Standard
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
title: Nostr and NFT Compatible Social Media Standard
title: Social Media NFTs

Standard is superfluous in an ERC title.
Is this ERC specific to Nostr protocol? If not, then suggest using a wider title.

Copy link
Author

Choose a reason for hiding this comment

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

You're right. I originally had a short title, but I thought I would start with something long and see what people thought. It's definitely not only for Nostr. It uses Nostr as a base since they did a great job figuring out how to represent social media data in the most light handed way. Otherwise it's fairly agnostic beyond a few basic required fields, which could diverge from Nostr or be mapped to Blue Sky's AT protocol. Both Nostr and AT protocol are event driven and have the same basic fields, but Nostr is more relaxed so it makes a better generic protocol. ActivityPub (Mastodon) is completely different, but it does not lend itself well to blockchain mainly because identities are domain based.

ERCS/erc-7824.md Outdated
status: Draft
type: Standards Track
category: ERC
discussions: https://ethereum-magicians.org/t/eip-7832-nostr-and-nft-compatible-social-media-publishing-standard/22280
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
discussions: https://ethereum-magicians.org/t/eip-7832-nostr-and-nft-compatible-social-media-publishing-standard/22280
discussions: https://ethereum-magicians.org/t/erc-7847-nostr-and-nft-compatible-social-media-publishing/22280

Updated Eth Magicians title with assigned number.
Discussions topic could just include a link to this PR and the abstract. You shouldn't copy/paste the entire ERC as it will diverge through the editing process.

ERCS/erc-7824.md Outdated
requires: "721, 1155"
---

## Simple Summary
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove this section

@eip-review-bot eip-review-bot changed the title Add ERC: Nostr and NFT Compatible Social Media Standard Add ERC: Social Media NFTs Dec 20, 2024
@github-actions github-actions bot added w-ci and removed w-ci labels Dec 20, 2024
@github-actions github-actions bot added w-ci and removed w-ci labels Jan 3, 2025
@github-actions github-actions bot removed the w-ci label Jan 8, 2025
@nickjuntilla
Copy link
Author

I'm not quite sure to do about the Walidator errors regarding relative links. The links I've included are github links to specific commits per EIP-5757. Please let me know if I'm doing that incorrectly. Thanks!

Copy link

github-actions bot commented Jan 8, 2025

The commit 90ee06e (as a parent of 3e47d57) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants