Play this article
Go to opensea.io , search ur favorite NFT collection (I'm picking ENS)
Find the contract address
Copy the sample-marketplace repo by clicking both points
TLDR:Reservoir Sample Marketplace is designed to help you quickly get started building on top of Reservoir, a web3-native order book protocol.
Go to codesandbox.io
Click on create sandbox
Click on import project
Paste the Github repo url you just copied
Click import and fork
Open .env.development
Paste the "contract address" of the NFT collection you found on opensea earlier
Activate the change by deleting the #
Ctrl+S to save
- I used the ENS "contract address"
- By default ur on the eth test net, to change the network to eth mainnet look through the README.md for more customization options
codesandbox.io/s/no-name-ens-marketplace-ma..
I hope you found this useful, you can follow me on Twitter and GitHub
Β