Feat/nft ecosystem #24
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NFT Ecosystem for Gno.land
This PR introduces a complete NFT ecosystem consisting of two interconnected realms that work together to enable NFT discovery, verification, and trading on Gno.land.
Overview
This submission includes two realms:
r/pierre115/nftregistry) - A decentralized registry for discovering and verifying GRC-721 collectionsr/pierre115/gnopensea) - A complete marketplace for trading NFTs with automatic royalty distributionThese realms are designed to work together: the registry provides collection discovery and verification, while the marketplace handles the actual trading with full GRC-721 and GRC-2981 support.
Why Both Realms in One PR?
The marketplace depends on the registry for collection discovery and verification. By submitting them together:
NFT Registry (
r/pierre115/nftregistry)A central registry where NFT collections can register themselves and get verified by administrators.
Features:
Use case: Marketplaces and users can discover trusted NFT collections through this registry.
NFT Marketplace (
r/pierre115/gnopensea)A complete marketplace for buying and selling GRC-721 NFTs with automatic payment distribution.
Features:
Use case: NFT owners can list their tokens for sale, and buyers can purchase them with transparent pricing and automatic royalty payments.
Integration Between Realms
The marketplace uses the registry to:
Example flow:
nftregistrygnopenseaStandards Compliance
Both realms fully implement Gno.land standards: