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
- Host: GitHub
- URL: https://github.com/nethereum/nethereum.playground
- Owner: Nethereum
- License: mit
- Created: 2019-05-30T21:00:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T16:11:53.000Z (over 3 years ago)
- Last Synced: 2024-10-28T10:07:07.496Z (over 1 year ago)
- Language: JavaScript
- Size: 188 MB
- Stars: 27
- Watchers: 5
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/**



# 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