Connecting and creating accounts on the WAX testnet
  • Removing NFTs from our game account
  • Connecting to the WAX testnet with cleos
  • Creating accounts in the WAX testnet
  • Import the testnet keys to our local environment
Deploying smart contracts and executing actions on the WAX testnet
  • Deploying our token smart contract to the WAX testnet
  • Creating and issuing our 3 tokens - GOLD, WOOD, FOOD
  • Deploying the game logic smart contract to WAX testnet
Using AtomicHub to mint our NFTs
  • Importing the accounts to Anchor wallet
  • Understand the atomic asset NFT - Collection, category and template
  • Creating our first Atomic Asset Collection
  • Creating our first Atomic Asset Category
  • Where to find the assets and details for the NFTs we will create
  • Creating our first Atomic Asset Template
  • Minting our first Atomic Asset NFT
Staking, unstaking NFTs into our game
  • Adding our tools to the game
  • Staking a NFT in the game
  • Removing a NFT from the game, but not without eosio.code permission
  • Adding eosio.code permission to our account
  • Fixing our remove NFT Action
Minting NFTs from our smart contract
  • Adding the Collection name and template id on the mint nft function
  • Minting our Atomic Asset NFT via the smart contract