Update 16_7_Integrating_Libwally_and_Bitcoin-CLI.md

This commit is contained in:
Shannon Appelcline 2020-08-18 15:35:16 -10:00 committed by GitHub
parent 4cc3c94994
commit fcfcf975a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ $ seed=$(more ~/.bitcoin/seed | grep "extended" | awk -F': ' '{print $2}')
Now, you just need to import that into a simple Libwally program. Now, you just need to import that into a simple Libwally program.
[write the libwally program] [write the libwally program]
* bip32_key_serialize
* bip39_mnemonic_from_bytes
[write a script that (1) dumps; (2) extracts the key; (3) runs it through libwally; (4) outputs the mnemonic words] [write a script that (1) dumps; (2) extracts the key; (3) runs it through libwally; (4) outputs the mnemonic words]
## Importing Addresses ## Importing Addresses