From e0d03d7ed76f3a13710656f6f633b3988b679f66 Mon Sep 17 00:00:00 2001 From: Luciano Oliva Bianco Date: Sat, 21 Sep 2024 20:27:09 -0300 Subject: [PATCH] Modified roadmap on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5dd31c..b958b43 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ Visit your app on: `http://localhost:3000`. You can interact with your smart con - ✅ **Add a way for users to register their info** - **Add individual NFT pages** with more info about the NFT, if it's on sale, and the artist and bigger images - **Allow seeing other collectors profiles** and their NFTs -- **Remixing feature for NFTs**, where the creator receives a % of the royalties of the remix ## Phase 3 @@ -95,6 +94,7 @@ Visit your app on: `http://localhost:3000`. You can interact with your smart con - **Implement a database to store the signatures** that allows first minters to start a collection (Reference: [grants.buidlguidl.com](https://github.com/BuidlGuidl/grants.buidlguidl.com)) - **Determine which Royalty standard to implement**, and start implementing it (References: [ERC-2981](https://eips.ethereum.org/EIPS/eip-2981) | [ERC-4910](https://eips.ethereum.org/EIPS/eip-4910) | [ERC-721C compared to ERC-2981 and ERC-4910](https://blog.xp.network/the-battle-for-nft-royalties-meet-the-erc-2981-erc-4920-and-erc-721c-b71d6ba28acf) - **First minter gets a share of the royalties** of all the NFTs minted in that collection +- **Remixing feature for NFTs**, where the creator receives a % of the royalties of the remix ### Marketplace