Skip to content

Kolsdam/Flow-Nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

NFT Metadata

CryptoPoops Smart Contract

Overview

The CryptoPoops smart contract represents a non-fungible token (NFT) implementation on the Flow blockchain. It builds upon the NonFungibleToken contract, enhancing it with features tailored for the administration of unique token collections.

Table of Contents

Features

  • Non-Fungible Tokens (NFTs): Supports the creation, transfer, and management of unique tokens.
  • Collections: Allows users to organize and manage collections of NFTs.
  • Public Accessibility: Provides functions for public access to NFT metadata.

Smart Contract Structure

The CryptoPoops contract structure includes NFTs, Collections, a Minter resource, and relevant initialization logic.

Public Functions

getNFTMetadataByID(id: UInt64): CryptoPoops.NFT

This function allows anyone to retrieve the metadata of a CryptoPoops NFT based on its ID.

Usage

To use the CryptoPoops smart contract, follow the deployment and interaction steps outlined in the Installation section.

Installation

  1. Deploy the Contract:

    • Deploy the CryptoPoops smart contract on the Flow blockchain.
  2. Initialize Collections:

    • Initialize collections and mint NFTs using the provided functions.
  3. Interact with Public Functions:

    • Users can interact with the getNFTMetadataByID function to retrieve NFT metadata.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors