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.