@@ -11,7 +11,7 @@ Package `bip32` provides an API for bitcoin hierarchical deterministic
11
11
extended keys (BIP0032).
12
12
13
13
A comprehensive suite of tests is provided to ensure proper functionality. See
14
- [ codecov] ( https://codecov.io/gh/sammy00 /bip32 ) for the coverage report.
14
+ [ codecov] ( https://codecov.io/gh/sammyne /bip32 ) for the coverage report.
15
15
16
16
## Feature Overview
17
17
@@ -39,16 +39,20 @@ A comprehensive suite of tests is provided to ensure proper functionality. See
39
39
## Installation and Updating
40
40
41
41
``` bash
42
- $ go get -u github.com/sammy00 /bip32
42
+ $ go get -u github.com/sammyne /bip32
43
43
```
44
44
45
45
## Examples
46
46
47
- - [ NewMaster Example] ( http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-NewMaster )
47
+ - [ NewMasterKey Example] ( https://godoc.org/github.com/sammyne/bip32#example-NewMasterKey )
48
+
48
49
Demonstrates how to generate a cryptographically random seed then use it to
49
50
create a new master node (extended key).
50
- - [ Default Wallet Layout Example] ( http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--DefaultWalletLayout )
51
+
52
+ - [ Default Wallet Layout Example] ( https://godoc.org/github.com/sammyne/bip32#example-package--DefaultWalletLayout )
51
53
Demonstrates the default hierarchical deterministic wallet layout as described
52
54
in BIP0032.
53
- - [ Audits Use Case Example] ( http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--Audits )
54
- Demonstrates the audits use case in BIP0032.
55
+ - ~~ [ Audits Use Case Example] ( http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--Audits ) ~~
56
+ ~~ Demonstrates the audits use case in BIP0032.~~
57
+ - [ Public Key Wallet Layout Example] ( https://godoc.org/github.com/sammyne/bip32#example-package--DefaultWalletLayout )
58
+ Demonstrates a simple HD wallet layout
0 commit comments