{"id":19352333,"url":"https://github.com/you21979/multisig-unsignedtx-builder","last_synced_at":"2026-05-13T13:43:21.312Z","repository":{"id":149184455,"uuid":"98616203","full_name":"you21979/multisig-unsignedtx-builder","owner":"you21979","description":"multisig transaction build from utxos","archived":false,"fork":false,"pushed_at":"2017-08-18T09:59:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T16:16:00.016Z","etag":null,"topics":["bitcoin","multisig"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/you21979.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-28T06:27:07.000Z","updated_at":"2021-10-25T03:13:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"59251b0f-987e-4abb-9780-96428ed9ecce","html_url":"https://github.com/you21979/multisig-unsignedtx-builder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you21979%2Fmultisig-unsignedtx-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you21979%2Fmultisig-unsignedtx-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you21979%2Fmultisig-unsignedtx-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you21979%2Fmultisig-unsignedtx-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/you21979","download_url":"https://codeload.github.com/you21979/multisig-unsignedtx-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240465795,"owners_count":19805852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitcoin","multisig"],"created_at":"2024-11-10T04:38:53.434Z","updated_at":"2026-05-13T13:43:16.277Z","avatar_url":"https://github.com/you21979.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multisig-unsignedtx-builder \n\n## 用途\n\nutxoのリストからマルチシグの未署名トランザクションを作成する\n\n## インストール\n\n```\nnpm i \n```\n\n## 設定\n\n* config/xpub.json\n* マルチシグの拡張公開鍵の設定\n* redeem_scriptを作るために用意します\n\n```\n{\n \"keys\": [{\n  \"neededSignatures\": 2,\n  \"masterPubkeys\": [\n   \"xpub6...\",\n   \"xpub6...\",\n   \"xpub6...\"\n  ]\n }]\n}\n```\n\n## 使い方\n\n```\n./bin/rawtx_builder.js -f ./utxos.json -a bitcoin_address\n```\n\n## utxo フォーマット\n\n* オブジェクトの配列\n* tx_id\n* tx_vout\n* amount (satoshi単位)\n* hdpath (xprvからスプリット後のパス)\n\n```\n[\n {\n  \"tx_id\":\"\",\n  \"tx_vout\":0,\n  \"amount\":0,\n  \"hdpath\":\"0/0/0/0\"\n }\n]\n```\n\n## オプション\n\n```\n./bin/rawtx_builder.js -h\n\n  Usage: rawtx_builder [options]\n\n\n  Options:\n\n    -V, --version      output the version number\n    -f, --file \u003cn\u003e     utxo json file\n    -a, --address \u003cn\u003e  spent address\n    -s, --spb \u003cn\u003e      transaction fees. satoshi per byte\n    -d, --divide \u003cn\u003e   transaction divide unit\n    -n, --network \u003cn\u003e  coin network[BTC,LTC,MONA]\n    -h, --help         output usage information\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou21979%2Fmultisig-unsignedtx-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyou21979%2Fmultisig-unsignedtx-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou21979%2Fmultisig-unsignedtx-builder/lists"}