Canister calls with ICP.NET
ICP.NET is a library that allow apps built on .NET/C# to make calls to Internet Computer canisters.
The ICP.NET Agent enables Unity C# code to call canisters directly, opening a realm of possibilities. And the ICP.NET Client Generator allows developers to auto-generate C# candid files for canisters.
ICP.NET was created by the awesome @Gekctek and the Github can be found here.
The BOOM DAO Unity Template leverages ICP.NET to communicate to the Internet Computer.
Last updated