AArnott / Nerdbank.Zcash.VolatileWalletDemo

A non-persistent Zcash wallet built on .NET using the Nerdbank.Zcash library. For demo and educational purposes only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerdbank.Zcash.VolatileWalletDemo

This repo demonstrates a trivial Zcash wallet written in C# using the Nerdbank.Zcash library.

WARNING: This is for demo/educational purposes only. It doesn't store the spending key anywhere, so once the window is gone, all funds sent to this volatile wallet are lost. You may want to copy the seed phrase down if you send any funds to the address it creates.

This is a cross-platform GUI app based on Avalonia. Screenshots below show it running on both Windows and Linux (with the same exact binary build):

On Windows: image

On Linux (well, WSL actually): image

About

A non-persistent Zcash wallet built on .NET using the Nerdbank.Zcash library. For demo and educational purposes only.

License:MIT License


Languages

Language:C# 100.0%