npy0 / nanopy

Python implementation of NANO related functions.
https://nanopy.rtfd.io
MIT License
29 stars 7 forks source link
nanocurrency python

nanopy

PyPI PyPI - Implementation PyPI - Downloads PyPI - License

Usage

Wallet

Although not part of the package, the light wallet included in the repository can be a reference to understand how the library works.

Wallet options

The wallet has a sub-command, nanopy-wallet open FILE KEY, to use seeds from kdbx files. FILE is the .kdbx database and KEY is a seed in it. open has the following options.

Support

Contact me on discord (npy#2928). You can support the project by reporting any bugs you find and/or submitting fixes/improvements. When submitting pull requests please format the code using black (for Python) or clang-format (for C).

clang-format -i nanopy/*.c
black nanopy docs nanopy-wallet setup.py ghtest.py