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 5 commits into
base: master
Choose a base branch
from

Conversation

nickjuntilla
Copy link


eip: 7824 (temp)
title: Nostr and NFT Compatible Social Media Standard
author: Nick Juntilla nick@ownerfy.com
discussions-to: https://ethereum-magicians.org/t/eip-7832-nostr-and-nft-compatible-social-media-publishing-standard/22280
status: Draft
type: Standards Track
category: ERC
discussions: https://ethereum-magicians.org/t/eip-7832-nostr-and-nft-compatible-social-media-publishing-standard/22280
created: 2024-12-18
requires: "721, 1155"

Simple Summary

This proposal defines a standardized format for representing decentralized social media posts as NFTs. The Nostr protocol has already done most of the heavy lifting for creating an open decentralized social media network. This EIP servces the purpose of adapting those standards to the most common blockchain non-fungible standards to take advantage of the reach and longevity of the blockchain. It is genericized here so that it can be easily adapted to the AT protocol, used in other event based decentralized social media, blogs, encrypted messaging, an RSS feed or miscellaneous publication. This model is flexible where the meaning and type of post (original, reply, repost, images, video, text, etc...) is derived from its metadata. Additionally there is a mechanism to edit a post to a new version.

@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
… media linking consistent, markdown and json formatting
Copy link

The commit fd05f7d (as a parent of 284da52) contains errors.
Please inspect the Run Summary for details.

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