Agoric Components Library
  • Welcome!
    • ๐Ÿ‡Getting Started
  • Smart Contracts
    • DeFi
      • ๐ŸคLending Protocol
      • ๐Ÿค–Arbitrage Bot
      • ๐Ÿ’งLP Stop Loss
      • ๐Ÿ“ˆLike-peg Swap AMM
    • NFTs
      • ๐ŸŽดNFT Marketplace
      • ๐Ÿ•น๏ธNFT Character Builder
      • ๐Ÿ–ผ๏ธNFT Drop
      • โš–๏ธAuction Mechanism
    • Governance
      • ๐Ÿ—ณ๏ธVote Counter
      • ๐Ÿ‘ซGovernance Committee
    • Cross-chain
      • ๐Ÿ’ฒPrice Feed Oracle
      • ๐Ÿ“ƒAkash Lease Management
      • ๐ŸŒ‰Axelar Transfer
      • โš›๏ธCosmos Hub ICA
      • โฉIST & PSM Forwarder
  • Bounties
    • Open Bounties(none at this time)
    • Assigned Bounties
    • ๐Ÿ”ŽAgoric Swingset Contract Explorer
    • ๐Ÿค–Inter Protocol Liquidation Bidding Bot
    • ๐Ÿ’ปContract Manages Akash-hosted Front End
  • ๐Ÿ“œLEGAL
    • Disclaimer
Powered by GitBook
On this page
  • Summary
  • Details
  • Explore on Kryha
  1. Smart Contracts
  2. NFTs

NFT Character Builder

Composable Hierarchical NFT Builder

Limited Developer Support

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution.

Summary

This Dapp showcases Agoricโ€™s ability to manage hierarchical NFTs, expressed here as a โ€œcharacter builderโ€ in which the character and its equipment are each represented as NFTs that can interact. Developers could modify this code to support their own in-game assets, or to build other NFT-related projects for their communities.

Details

In this tutorial, developers build a Dapp where both the characters as well as the items are NFTs, and will be represented by art assets. Users will have full ownership of their NFTs, meaning that they are able to sell them, trade them, or even burn them. To help users facilitate interacting with their NFTs, a shop will be implemented. This shop will allow users to put their NFTs up for sale or buy NFTs that have been listed for sale at a fixed price.

Explore on Kryha

https://kryha.academy/protocols/agoric/

Built by Kryha

PreviousNFT MarketplaceNextNFT Drop

Last updated 1 year ago

๐Ÿ•น๏ธ
Page cover image