Skip to content

omarspx/neo-gui-wpf

 
 

Repository files navigation

neo-gui

Full wallet for the NEO blockchain.

What?

  • Full node wallet for interacting with the NEO blockchain.
  • Port of official NEO GUI to WPF (Windows Presentation Foundation) using MVVM pattern (Model-View-ViewModel).
  • Note - Application is still being tested, please only use on testnet or private chains

Project Setup

On Linux:

yum install leveldb-devel

On Windows:

To build and run locally, you need to clone and build https://github.com/neo-project/leveldb first, then copy libleveldb.dll to the working directory (i.e. /bin/Debug, /bin/Release)

Note - When building, the project file settings must be changed from static library (lib) to dynamic linked library (dll).

Help

  • Open a new issue if you encountered a problem.
  • Or ping @lostfella or @AboimPinto in the NEO Discord Channel.
  • Submitting PRs to the project is always welcome!

License

  • Open-source MIT.

About

A WPF MVVM Port of the NEO GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%