HorizenOfficial / zen

Horizen
https://www.horizen.io
Other
265 stars 119 forks source link

Signed transaction failed to be sent, does Zen have an example of signing? What parameters are required #356

Closed hzccc closed 3 years ago

hzccc commented 3 years ago

Signed transaction failed to be sent, does Zen have an example of signing? What parameters are required

cronicc commented 3 years ago

@hzccc how are you trying to sign a transaction? In general our BIP-115 replay protection introduced some changes to transaction signing vs zcash/bitcoin transparent transactions.

We have a Javascript library that fully supports P2PKH and P2SH transaction signatures here https://github.com/HorizenOfficial/zencashjs.