Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.86 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.86 KB

For those of you that landed here for the first time, please check out the freeflix-media-hub repository to setup the chain.

In this document, you can go through the structure of both the nfts and the xnfts modules within. Please don't mind the plural convention, the production version will have a singular naming convention.

This document in itself is extremely 'inspired' from prev. Code with Us resources, especially the Scavenger Hunt tutorial

Table of Contents

  1. NFT Module
    1. Messages
    2. Codec
    3. Alias
    4. Keeper
    5. Prefixes
    6. Iterators
    7. Handler
    8. Events
    9. Querier
    10. Cli
    11. Module
  2. XNFT Module
    1. Messages
    2. Codec
    3. Alias
    4. Keeper
    5. Packets
    6. Prefixes
    7. Handler
    8. Events
    9. Relay
    10. Cli
    11. Module

App Creation

In order use the NFT & XNFT Modules, you need to have the App. you can follow App Creation documentation to create your own app with custom configuration.

Modules intergartion

By App Creation, you can able to create scaffold of basic app, now you need to Integrate modules into App.