Skip to content

alchemyplatform/alchemy-flow-contracts

Repository files navigation

Alchemy's Flow Contracts

⚠️ Please use https://flow-nft-catalog.com instead of onboarding to this repo.

There have been improvements to the Flow Developer Ecosystem to improve and streamline the process to make your NFT’s metadata discoverable and interoperable. Making the following changes will become the defacto way to become listed and gain support from marketplaces and platforms throughout Flow.

As an NFT collection developer, we ask for the following actions to make your NFT collection and meteadata discoverable and interoperable:

  1. Update your NFT contract to support MetadataView with implementation of the core NFT Views. The core nft views are display, externalURL, collectionData, collectionDisplay, royalties, and traits.
  2. Deploy the updated contract in both testnet and mainnet
  3. Afterwards, onboard your NFT to the Flow NFT catalog at https://flow-nft-catalog.com

How-to Resources

  • This video from Emerald DAO’s Jacob Tucker can help you get started on implemented Metadata Views
  • Use the Example NFT Contract as an example of how you can implement metadata views for your NFT
  • Use the Flow CLI to deploy your contract
  • Onboard your NFT collection to the catalog, following the steps found here.