Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 492 Bytes

Minter bucket mnemonic generator

Presequences

Conan must be installed to build this example.

Build

git clone --recursive https://github.com/MinterTeam/cpp-minter.git
cd examples/generate
mkdir build && cd build
CONAN_LOCAL=1 cmake .. -DCMAKE_BUILD_TYPE=Debug
CONAN_LOCAL=1 cmake --build . -- -j4

Run

./bin/minter-gen

Or run with simple argument:

./bin/minter-gen 300

Generates 300 mnemonics and print it to stdout