Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.19 KB

Generate Key

generate-key is a use custom phrases to create public and private keys that match the bitcoin specification..

Testing

Multiple test cases are provided, under the "examples" directory.

Under their respective directories, they have their own use-case documents。

Building

The project can be compiled and run under Windows and Linux.

The project USES the syntax of c++11 to be noted at compile time.

In order for users to quickly test, I provided "Makefile", "qt.pro", "msvc.sln" files.

Under the "doc" folder, you can find the running configuration of each project

About

BIP-Implement

bip-0039 implement

This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words

bip-0044 implement

This BIP defines a logical hierarchy for deterministic wallets based on an algorithm described in BIP-0032 (BIP32 from now on) and purpose scheme described in BIP-0043 (BIP43 from now on).

This BIP is a particular application of BIP43.