/zecutil

Zcash Golang Signer

Primary LanguageGo

zecutil

Zcash Utilities

Contains the zcash signing algorithm and some protocol configuration. Forked from https://github.com/cpacia/bchutil/

Supports

  • Overwinter network upgrade for Zcash. Not support joinsplits.
  • Sapling network upgrade for Zcash.

How to use

  • First install the dependencies
go get github.com/iqoption/zecutil
go get github.com/btcsuite/btcd
go get github.com/btcsuite/btcutil
  • Open example.go and update your wallet details. You can use http://zcashnetwork.info/api/addr/<your_address>/utxo to get the list of UTXOs

  • Build and run the binary

go build example.go
./example
  • You can broadcast your transaction using this form