Skip to content
BugnaCTO edited this page Aug 30, 2024 · 3 revisions
  1. Introduction

    • Overview of KRC721
    • Purpose of the document
    • Scope of the implementation
  2. Implementation Details

    • Contract Structure:
      • Contract name and variables
      • Constructor function
    • Functions:
      • Detailed explanations of each function, including:
        • Input parameters
        • Output values
        • Logic and implementation
      • Events:
        • Description of events emitted by the contract
    • Data Structures:
      • Explanation of any custom data structures used (e.g., token metadata)
  3. Deployment and Usage

    • Deployment Instructions: Step-by-step guide on how to deploy the contract to the Bugna network.
    • Usage Examples: Code snippets demonstrating how to interact with the contract (e.g., minting, transferring, querying metadata).
Clone this wiki locally