FLO-wallet-core/contrib/testgen
2018-01-14 16:22:21 -05:00
..
base58.py Remove unused Python variables 2017-01-13 18:55:03 +01:00
gen_base58_test_vectors.py updated valid/invalid .json files for tests, updated subsidy to 100 * COIN for tests, updated MAX_MONEY to 160000000 for tests 2018-01-14 16:22:21 -05:00
README.md contrib folder updated to FLO; also updated to new floblockchain/flo.git 2018-01-05 08:25:00 -05:00

TestGen

Utilities to generate test vectors for the data-driven FLO tests.

Usage:

gen_base58_test_vectors.py valid 50 > ../../src/test/data/base58_keys_valid.json
gen_base58_test_vectors.py invalid 50 > ../../src/test/data/base58_keys_invalid.json