An open API service indexing awesome lists of open source software.

https://github.com/nethereum/nethereum.playground

Compile and run Nethereum snippets on the browser
https://github.com/nethereum/nethereum.playground

Last synced: 4 months ago
JSON representation

Compile and run Nethereum snippets on the browser

Awesome Lists containing this project

README

          

# Nethereum Playground

* Interact with Ethereum and learn how to use Nethereum directly in your browser
* Integrated Monaco editor, supporting rich IDE features like highlighting, code completion, method information<
* The compilation and execution of code does not leave your browser thanks to Mono Wasm and Roslyn
* Ever growing collection of samples in both C# and Vb.Net to learn Nethereum and Ethereum
* Load and save samples to and from the browser local storage or as a file

**You can run it here: http://playground.nethereum.com/**

![Screenshot](screenshots/playground.png)
![Screenshot2](screenshots/ensregistration.png)
![Screenshot2](screenshots/playground-ens-remoteassemblies.PNG)

# Credits

* @Suchiman for creating Blazor Runny the first Wasm / Blazor / Roslyn compiler (that I know of and which this is based on) and to provide support for async https://github.com/Suchiman/Runny (Amazing!)
* Blazor Monaco for creating the Monaco embedded component, which this is also based on.
https://github.com/davidnmbond/BlazorComponents.Monaco
* @Enigmatic for adding the VB.Net support
* Blazor, Mono, Monaco and Roslyn teams