All Projects → alchemyplatform → alchemy-flow-contracts

alchemyplatform / alchemy-flow-contracts

Licence: other
No description, website, or topics provided.

Programming Languages

Cadence
7 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].