SubstrateNET.BasicUnityDemo
Last updated
Last updated
This repository contains two different examples:
On the main
branch, we poll and subscribe to Block Number Changes.
On the substrate-node-template
branch, we connect to the node template, listen to Something
changes and execute the DoSomething
extrinsic.
main
branchCheckout Substrate Node: monthly-2022-11
Run in dev mode: ./target/release/substrate --dev
Open project
Open Node Connection scene
Play project
substrate-node-template
branchCheckout Substrate Node: monthly-2022-11
Run in dev node template mode: ./target/release/node-template --dev
Open project
Open Node Connection scene
Play project
You can see the