trustwallet / ens-coincodec

Apache License 2.0
25 stars 13 forks source link

Update Zcash address encoding / decoding #13

Closed hewigovens closed 3 years ago

hewigovens commented 3 years ago

Same as Bitcoin lockscript

optout21 commented 3 years ago

ZCash support is already present. Pls check and close accordingly.

https://github.com/trustwallet/ens-coincodec/blob/master/zcash.go https://github.com/trustwallet/ens-coincodec/blob/master/zcash_test.go

hewigovens commented 3 years ago

Zcash is just base58 encode/decode, I think we should follow bitcoin lock script