Post
Topic
Board Development & Technical Discussion
Re: Looking for decent guides on how to open Segwit compliant wallets.
by
Bigpiggy01
on 17/01/2018, 10:06:10 UTC
There are none, only bitcoin core source code + bips + tests from https://github.com/bitcoin/bitcoin/tree/master/src/test/data
You'll need implement basic bitcoin first,  then bip143 hash (this gives bitcoin cash implementation almost for free), then p2sh, then segwit tx validation.

UGH! And I need to make it grandparent friendly. I guess I'd better start writing then.