Creating the game Smart Contract
  • Creating the Game Smart Contract using eosio-init
  • Understand the files generated by eosio-init
  • Compiling and deploying the game smart contract
  • Calling the first function on our game Smart Contract
Creating a table on the blockchain
  • Understand the block explorer, tables and functions
  • Creating our first Smart Contract Table, the accounts table
Creating an Action to interact with the Smart Contract
  • Creating our first action - addaccount
  • Understand the ABI files and deploying our smart contract
  • Interacting and testing our Smart Contract