This is package is depricated take a look for Everscale .Net with Blazor WASM Adpater
https://github.com/everscale-actions/everscale-dotnet
This is amazing! Blazor in love with Free TON now!
Do you want build client web apps with C#?
Revolution is comming. Microsoft .NET Conf 2020 includes about fifteen presentation connected with Blazor and Blazor Webassembly.
And now we can connect it with Free TON network 🌟
mkdir BlazorTon
cd BlazorTon
dotnet new sln
dotnet new blazorwasm
dotnet sln add .\BlazorTon.csproj
dotnet add package ch1seL.TonClientBlazor
builder.Services.AddTonClient();
<script src="_content/ch1seL.TonClientBlazor/js/tonclient.js"></script>
[Inject]
ITonClient TonClient { get; set; }
https://ton-actions.github.io/ton-client-blazor/
https://github.com/ton-actions/ton-client-blazor/tree/master/samples/WebApplication