Skip to content

nethereum-ci/NethereumBlazor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nethereum Blazor

The Nethereum Blazor application is a .Net Wasm SPA light blockchain explorer and simple wallet.

You can try it here: http://blazor.nethereum.com

The aim of this application is to provide another wallet / client reference for the final goal of providing a reusable common mvvm front end framework and libraries targetting all Dekstops (WinForms, Xamarin.Forms, Avalonia for Windows, Mac, Linux), Mobile (Android and iOS using Xamarin.Forms), Browser SPA (Blazor this example, Uno) and gaming / vr engines (Unity3d)

Nethereum Blazor

More info:

Blazor + ReactiveUI

One of the main goals is to eventually have full support of ReactiveUI as the common framework for all the Nethereum FrontEnd exxample and future solutions. Avalonia Desktop (Windows, Linux, Mac): https://github.com/Nethereum/Nethereum.UI.Desktop, WindowsForms https://github.com/Nethereum/Nethereum.SimpleWindowsWallet Xamarin.Forms Mobile and Desktop wallets: https://github.com/Nethereum/Nethereum.UI.Wallet.Sample

ReactiveUI is not fully supported in Blazor, and the hope of this project is to provide an experimental context to enable all the ReactiveUI features in Blazor.

What it works (Out of the box)

  • MessageBus
  • Binding
  • Subscriptions
  • Observable timers if using Subscribe with "async"

What it does not work yet (Probably needs a Scheduler)

  • ReactiveCommands
  • Command validation / enable
  • Observable using FromAsync / wait
  • ...

About

Nethereum Light Blockchain Explorer Explorer, Wallet using Blazor, ReactiveUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.6%
  • HTML 37.9%
  • CSS 3.5%