Python library for working with the NANO cryptocurrency protocol
Project description
nanolib
[![image](https://img.shields.io/pypi/v/nanolib.svg)](https://pypi.org/project/nanolib/) [![codecov](https://codecov.io/gh/Matoking/nanolib/branch/master/graph/badge.svg)](https://codecov.io/gh/Matoking/nanolib) [![Build Status](https://travis-ci.com/Matoking/nanolib.png?branch=master)](https://travis-ci.com/Matoking/nanolib) [![image](https://readthedocs.org/projects/nanolib/badge/?version=latest)](https://nanolib.readthedocs.io/en/latest/?badge=latest)
A set of tools for handling functions related to the NANO cryptocurrency protocol.
Features
Solve and verify proof-of-work
Create and deserialize legacy and universal blocks
Account generation from seed using the same algorithm as the original NANO wallet and NanoVault
Functions for converting between different NANO denominations
High performance cryptographic operations using C extensions (signing and verifying blocks, and generating block proof-of-work) * Proof-of-work generation supports SSE2, SSSE3, SSE4.1, AVX and NEON instruction sets for improved performance. The best supported implementation is selected at runtime with a fallback implementation with universal compatibility.
Backed by automated tests
Compatible with Python 3.6 and up
Licensed under the very permissive Creative Commons Zero license
Installation
You can install the library using pip:
` pip install nanolib `
nanolib requires a working build environment for the C extensions. For example, on Debian-based distros you can install the required Python header files and a C compiler using the following command:
` apt install build-essential python3-dev `
Documentation
An online copy of the documentation can be found at [Read the Docs](https://nanolib.readthedocs.io/en/latest/).
You can also build the documentation yourself by running python setup.py build_sphinx.
Commands
The setup.py script comes with a few additional commands besides installation:
build_sphinx * Build the documentation in build/sphinx/html.
test * Run tests using pytest
speed * Run a benchmark testing the performance of various cryptographic operations used in the library.
Donations
xrb_33psgb1exxuftgjthbz4tsgzm5qmyzawrfzptpmp3nwzousbypqf6bcmrk69
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nanolib-0.4.3.tar.gz
.
File metadata
- Download URL: nanolib-0.4.3.tar.gz
- Upload date:
- Size: 931.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cfa0888989522341cfabc6047640e9452635e36c5adae6ca40c8d1bacfdeb46 |
|
MD5 | 2f569a32bba880a07edbe182ea6f3f45 |
|
BLAKE2b-256 | 37f7503af38530733d70df2601fe229501a274182a92caa96f06f30dffa0ef12 |