Raindrops
  • 🛑!!! Deprecated !!!
  • Introduction (deprecated)
  • Description
    • Basic
    • Advanced
      • Game
      • Item
      • Player
      • Match
      • Staking
  • Quick Start
  • Concepts
    • Class Inheritance Structure
    • SFTs and Inexpensive Gaming
    • Inheritance
    • Propagation
    • Multiple Inheritance
    • Permissions
    • Propagation Permission
    • Namespaces
    • Indexing
  • Guides
    • Overview
    • Create an Item for NFT
  • Contracts
    • Overview
    • Item
      • Merklin'
      • State
      • Components
      • ItemUsages
      • Class Definition
      • Build
      • Item Activation
    • Player
      • Overview
    • Match
      • State
      • Life Cycle
      • Live Example
    • Namespace
      • Overview
    • Staking
      • Overview
Powered by GitBook
On this page
  1. Contracts
  2. Item

Merklin'

Presently the Item contract is configured to allow for storing proof-of-data through the use of Merkle trees for ItemUsages, ItemUsageState, and Components. While all the actions and structs for using these roots and proofs are present, none of them have been tested and the CLI lacks support for these. Please avoid using this functionality and store all data on chain until this has been properly tested and debugged.

PreviousItemNextState

Last updated 2 years ago