Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/nerdbank.zcash.volatilewalletdemo
A non-persistent Zcash wallet built on .NET using the Nerdbank.Zcash library. For demo and educational purposes only.
https://github.com/aarnott/nerdbank.zcash.volatilewalletdemo
Last synced: 7 days ago
JSON representation
A non-persistent Zcash wallet built on .NET using the Nerdbank.Zcash library. For demo and educational purposes only.
- Host: GitHub
- URL: https://github.com/aarnott/nerdbank.zcash.volatilewalletdemo
- Owner: AArnott
- License: mit
- Created: 2024-02-20T15:55:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:59:49.000Z (11 months ago)
- Last Synced: 2024-12-01T00:03:51.043Z (about 1 month ago)
- Language: C#
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nerdbank.Zcash.VolatileWalletDemo
This repo demonstrates a trivial Zcash wallet written in C# using the [Nerdbank.Zcash](https://www.nuget.org/packages/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](https://github.com/AArnott/Nerdbank.Zcash.VolatileWalletDemo/assets/3548/1083b3e9-fd1e-40d5-8e7f-d0d0f453328c)On Linux (well, WSL actually):
![image](https://github.com/AArnott/Nerdbank.Zcash.VolatileWalletDemo/assets/3548/4c248c53-a242-472a-af01-d265fc9714c8)