We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439eb3a commit eac6339Copy full SHA for eac6339
README.md
@@ -11,13 +11,13 @@ And use a ble middleware to simulate the relevant data compression and transmiss
11
- About the missing librarys, use `go get xxx ..` to install them
12
- `cd hardwallet`
13
14
-## How to use
+## How To Use
15
16
For ease of use and understanding, some tests that can be tested directly are written.
17
This can help to quickly understand the relationship between the various components.
18
19
20
-## Generate wallet
+## Generate Wallet
21
Private key, public key and address can be generated by `GenerateMnWallet` func.
22
Language supports: `english`、`korean`、`chinese_simplified` ,etc.
23
Mnemonics supports: `12 words`、`24 words`,etc.
0 commit comments