Nethereum Unity Webgl sample starter
Example on how to integrate a WebGl unity project with Metamask, Deploy an ERC721 smartcontract (NFT) and interact with the smart contract minting a token and retrieving the asset (image) associated with it.
- Entry point is the Metamask Controller: https://github.com/Nethereum/Nethereum.Unity.Webgl/blob/main/Assets/MetamaskController.cs
- Only supported in 2021 and above due to emscripten
- If creating a custom index.html file, the script needs to instantiate
nethereumUnityInstance
as per the example here: https://github.com/Nethereum/Nethereum.Unity.Webgl/blob/main/WebGl/index.html#L111
Include in the sample WalletConnect, probably using a submodule to provide the integration guidelines.