Links

SubstrateNET.UnityDemo

What is this demo repository about

Implementation of an Ajuna.NetWallet in a Unity app where the following is possible:
  • Create a Wallet and store it in the local file storage
  • Restore wallet from file storage
  • Transfer Balance from Alice to the newly created wallet account
  • Information about the state of the executed extrinsic.
  • See wallet account balance
  • We can see how this works in this video.

How to run the demo

  • Run Substrate Node: monthly-2022-11 in --dev mode
  • Open project
  • Open SubstrateDemo scene
  • Play project
A walkthrough of the implementation can also be found in the following video.