1698 Commits

Author SHA1 Message Date
kallewoof
ae24b0f931
Update 09_3_Testing_a_Bitcoin_Script.md
Some notes and suggestions.
2020-08-17 14:01:41 +09:00
Shannon Appelcline
9c09db4b1a
Update TODO.md 2020-08-12 15:32:15 -10:00
Shannon Appelcline
45923182e0
Update README.md 2020-08-12 15:31:14 -10:00
Shannon Appelcline
32b263f8d1
first draft 2020-08-12 15:30:42 -10:00
Shannon Appelcline
42d0a334ad
a bit of cleanup 2020-08-12 15:23:57 -10:00
Shannon Appelcline
85f080ccf6
Create 16_7_Integrating_Libwally_and_Bitcoin-CLI.md 2020-08-12 15:22:22 -10:00
Shannon Appelcline
1b9a4467eb
Create 16_5_replacewithscript.c 2020-08-12 14:48:32 -10:00
Shannon Appelcline
bf4157f1c2
Update 16_4_createemptypsbt.c 2020-08-12 14:47:52 -10:00
Shannon Appelcline
13ad2b9dea
updated code for global tx 2020-08-12 11:33:24 -10:00
Shannon Appelcline
60753e1ae2
Update README.md 2020-08-12 10:37:08 -10:00
Shannon Appelcline
697b0e4647
first draft 2020-08-12 10:09:49 -10:00
Shannon Appelcline
f2380fbc02
Update 16_4_Using_PSBTs_in_Libwally.md 2020-08-12 09:43:38 -10:00
Shannon Appelcline
293cd0569f
Create 16_4_createemptypsbt.c 2020-08-12 09:41:15 -10:00
Shannon Appelcline
4ac7c8b67a
Update README.md 2020-08-11 15:41:39 -10:00
Shannon Appelcline
10dddcb0f4
Create 16_4_Using_PSBTs_in_Libwally.md 2020-08-11 15:39:15 -10:00
Shannon Appelcline
06eb11036d
Update and rename 16_4_examinepsbt.v to 16_4_examinepsbt.c 2020-08-11 15:33:05 -10:00
Shannon Appelcline
233d9b6d2b
Create 16_4_examinepsbt.v 2020-08-11 15:32:00 -10:00
Shannon Appelcline
dc33b0b7bc
Update TODO.md 2020-08-11 15:18:07 -10:00
Shannon Appelcline
8d19b6da5b
Update 16_3_Using_BIP32_in_Libwally.md 2020-08-11 13:10:19 -10:00
Shannon Appelcline
988d1bf04d
Update 16_2_Using_BIP39_in_Libwally.md 2020-08-11 13:08:02 -10:00
Shannon Appelcline
b7941546e2
Update 16_0_Programming_with_Libwally.md 2020-08-11 13:04:56 -10:00
Shannon Appelcline
8a11c9272d
first draft 2020-08-11 13:02:25 -10:00
Shannon Appelcline
4a2c46fc9b
Create 16_3_genhd.c 2020-08-11 12:56:40 -10:00
Shannon Appelcline
5757a02059
first half 2020-08-11 12:32:23 -10:00
Shannon Appelcline
a97cde8dd6
formatting fix 2020-08-11 10:47:58 -10:00
Shannon Appelcline
40e07e7f71
fixed seed generation (and added print out) 2020-08-11 10:45:20 -10:00
Shannon Appelcline
f016801309
fixed seed creation & printing 2020-08-11 10:35:35 -10:00
Shannon Appelcline
c78ac9a06f
always cleanup after yourself 2020-08-11 09:30:18 -10:00
Shannon Appelcline
ac4bc902b7
Update README.md 2020-08-11 09:23:44 -10:00
Shannon Appelcline
5ab8f20150
fixing link 2020-08-11 09:23:01 -10:00
Shannon Appelcline
c6448d7053
first draft 2020-08-11 09:22:47 -10:00
Shannon Appelcline
9d1b60d50c
Create 16_2_genmnemonic.c 2020-08-11 09:16:02 -10:00
Shannon Appelcline
1148c7ff4b
Update 16_1_Setting_Up_Libwally.md 2020-08-11 09:14:38 -10:00
Shannon Appelcline
a163cb0e89
Fixed final link 2020-08-11 08:12:28 -10:00
Shannon Appelcline
e09dbbad6d
edits 2020-08-11 08:11:53 -10:00
Shannon Appelcline
ed59519fa7
Update 16_0_Programming_with_Libwally.md 2020-08-11 08:05:39 -10:00
Shannon Appelcline
c4d3cb40fb
Update README.md 2020-08-11 08:02:46 -10:00
Shannon Appelcline
579d4fc4f9
Update 16_2_Using_BIP39_in_Libwally.md 2020-08-05 15:38:37 -10:00
Shannon Appelcline
c05da44c84
Update TODO.md 2020-08-05 15:37:59 -10:00
Shannon Appelcline
9e0a06920a
added libsodium 2020-08-05 14:54:53 -10:00
Shannon Appelcline
fb803c3236
Create 16_2_Using_BIP39_in_Libwally.md 2020-08-05 14:36:47 -10:00
Shannon Appelcline
9af2b0e092
fully outlined chapter 16 2020-08-05 14:17:20 -10:00
Shannon Appelcline
22139999e2
Create 16_3_Using_BIP32_in_Libwally.md 2020-08-05 14:04:53 -10:00
Shannon Appelcline
111a424c95
laying out chapter 16 2020-08-05 12:44:58 -10:00
Shannon Appelcline
f7ed0e1b41
first draft 2020-08-05 12:42:59 -10:00
Shannon Appelcline
995d7ceeea
simple test 2020-08-05 12:38:11 -10:00
Shannon Appelcline
7c7c323f9b
installation 2020-08-05 12:04:53 -10:00
Shannon Appelcline
870f437fa5
first cut 2020-08-05 11:28:53 -10:00
Shannon Appelcline
bb88f1a71c
Update 15_1_Accessing_Bitcoind_with_C.md 2020-08-05 10:29:36 -10:00
Shannon Appelcline
d84af0f55c
added warning about error code 5. 2020-08-05 10:16:56 -10:00