{"id":37102936,"url":"https://github.com/mixinnetwork/zecutil","last_synced_at":"2026-01-14T12:28:24.469Z","repository":{"id":57535992,"uuid":"145387510","full_name":"MixinNetwork/zecutil","owner":"MixinNetwork","description":"Zcash golang signer","archived":false,"fork":true,"pushed_at":"2025-11-26T05:02:54.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-29T06:38:04.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"iqoption/zecutil","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MixinNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-20T08:17:09.000Z","updated_at":"2025-11-26T05:02:17.000Z","dependencies_parsed_at":"2023-02-19T16:00:26.718Z","dependency_job_id":null,"html_url":"https://github.com/MixinNetwork/zecutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MixinNetwork/zecutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MixinNetwork%2Fzecutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MixinNetwork%2Fzecutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MixinNetwork%2Fzecutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MixinNetwork%2Fzecutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MixinNetwork","download_url":"https://codeload.github.com/MixinNetwork/zecutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MixinNetwork%2Fzecutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T12:28:23.569Z","updated_at":"2026-01-14T12:28:24.459Z","avatar_url":"https://github.com/MixinNetwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zecutil\n\nSupport [Overwinter](https://z.cash/upgrade/overwinter.html) [Sapling](https://z.cash/upgrade/sapling) network upgrade for Zcash. Not support joinsplits.\n\n```go\nzecTx := \u0026zecutil.MsgTx{\n    MsgTx:        newTx,\n}\n\nlookupKey := func(a btcutil.Address) (*btcec.PrivateKey, bool, error) {\n    return privKey, wif.CompressPubKey, nil\n}\nsigScript, err := zecutil.SignTxOutput(\n    \u0026params,\n    zecTx,\n    i,\n    prevTxScript,\n    txscript.SigHashAll,\n    txscript.KeyClosure(lookupKey),\n    nil,\n    nil,\n    amount,\n)\nif err != nil {\n    return err\n}\n\ntxIn.SignatureScript = sigScript\n\nvar buf bytes.Buffer\nif err = zecTx.BtcEncode(\u0026buf, 0, wire.BaseEncoding); err != nil {\n    return err\n}\n\nfmt.Printf(\"Tx hex: %x\\n\", buf.Bytes())\nfmt.Printf(\"Tx Hash: %s\\n\", zecTx.TxHash().String())\n\n```\n\n-------\nForked from [https://github.com/cpacia/bchutil/](https://github.com/cpacia/bchutil/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixinnetwork%2Fzecutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixinnetwork%2Fzecutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixinnetwork%2Fzecutil/lists"}