TZombies
  • â„šī¸Introduction
    • The TZombies Tutorial
    • Architecture
  • đŸ› ī¸Setup
    • Development environment setup
    • Completium
  • 🤖Smart Contracts
    • FA2 Contract
      • Deploying and testing
    • Marketplace contract
      • Deploying and testing
    • Better testing
    • Token metadata
  • 📖Front-end
    • Architecture
    • Layout
    • Beacon wallet
      • Connect button
    • Contracts
      • Metadata provider
      • Zombies provider
      • Marketplace provider
    • Token display
    • Drops
      • đŸ’ŗBuy with credit card
    • Inventory
      • Transfer dialog
      • Listing dialog
      • Inventory page
    • Market
      • Buy dialog
      • Market page
  • 🎁Wrap up
    • Conclusion
Powered by GitBook
On this page
  1. Front-end

Inventory

The inventory page displays your tez balance and the tokens you own. It will be empty if no wallet is connected.

On each of your tokens, there are two actions:

  • Sell

  • Transfer

For these actions, we'll define popups (Material-UI Dialogs) with a form to input the sale or transfer details.

See the next pages for these dialogs.

PreviousBuy with credit cardNextTransfer dialog

Last updated 2 years ago

📖