Issue to import libsodium on Windows
OSError: Could not locate nacl lib, searched for libsodium
In DuniterPy we are using libnacl
which requires libsodium
to be installed on Unix from the distribution package
manager. On Windows, it can be installed.
For DuniterPy, we could use PyNaCl
: duniterpy#83.
Or migrate to substrate-interface
cryptography’s.
Edited by Moul