mvondracek / PA193_mnemonic_Slytherin

BIP39 Mnemonic Phrase Generator and Verifier
0 stars 2 forks source link
bip39 bip39-mnemonic-codes

BIP39 Mnemonic Phrase Generator and Verifier

Build Status Coverage Status Maintainability security: bandit

Secure Coding Principles and Practices (PA193)\ Faculty of Informatics (FI)\ Masaryk University (MU)

Team Slytherin: @sobuch, @lsolodkova, @mvondracek.

Install & Uninstall

Install the package from its root folder, where setup.py is.

pip install .
pip uninstall pa193mnemonicslytherin

Usage

Please see built-in help by calling mnemoniccli --help.

Development

For development purposes, install the package and CLI tool using pip install -e . in the root package folder. Please see development guidelines in CONTRIBUTING.md.

FUZZING

Before you start fuzzing install the package and also radamsa.

cd fuzz ; ./install.sh