Full wallet for the NEO blockchain.
- 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
yum install leveldb-devel
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).
- 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!
- Open-source MIT.