{"id":23725964,"url":"https://github.com/quincysx/blockchainwallet-crypto","last_synced_at":"2025-09-04T02:31:18.481Z","repository":{"id":107221478,"uuid":"124162681","full_name":"QuincySx/BlockchainWallet-Crypto","owner":"QuincySx","description":"比特币、以太坊公私钥生成以及签名，长时间不维护可移步 https://github.com/QuincySx/ChainWallet","archived":true,"fork":false,"pushed_at":"2020-11-01T07:11:35.000Z","size":448,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-20T10:41:41.897Z","etag":null,"topics":["bip","bip32","bip38","bip39","bip44","bitcoin","blockchain","eip55","eos","ethereum","keystore","wallet"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuincySx.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":"2018-03-07T01:46:57.000Z","updated_at":"2025-01-12T07:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4de9506-0b19-4aa0-ab9e-c4343c42df7e","html_url":"https://github.com/QuincySx/BlockchainWallet-Crypto","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/QuincySx/BlockchainWallet-Crypto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuincySx%2FBlockchainWallet-Crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuincySx%2FBlockchainWallet-Crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuincySx%2FBlockchainWallet-Crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuincySx%2FBlockchainWallet-Crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuincySx","download_url":"https://codeload.github.com/QuincySx/BlockchainWallet-Crypto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuincySx%2FBlockchainWallet-Crypto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273541897,"owners_count":25124056,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bip","bip32","bip38","bip39","bip44","bitcoin","blockchain","eip55","eos","ethereum","keystore","wallet"],"created_at":"2024-12-31T00:17:07.672Z","updated_at":"2025-09-04T02:31:18.475Z","avatar_url":"https://github.com/QuincySx.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlockchainWallet-Crypto\n[![](https://jitpack.io/v/QuincySx/BlockchainWallet-Crypto.svg)](https://jitpack.io/#QuincySx/BlockchainWallet-Crypto)\n\n# 长时间不维护可移步 https://github.com/QuincySx/ChainWallet\n\n#### 简介\n##### 这个库到底能干什么\n1. 生成比特币公私钥地址\n2. 生成以太坊公私钥地址\n3. 根据 UTXO 信息打包比特币交易\n4. 根据 nonce 信息打包以太坊交易\n5. 对比特币交易进行签名\n6. 对以太坊交易进行签名\n7. 支持 BIP39 助记词\n8. 支持 BIP32 子私钥\n9. 支持 BIP44 多币种管理\n10. 支持 BIP38 加密私钥导入导出\n11. 支持以太坊 keystore 导入导出\n12. 生成以太坊调用智能合约的参数\n13. 生成 EOS 公私钥\n\n#### EOS 从助记词生成私钥\n现在 EOS 从助记词生成私钥有两种方式\n1. 12 个助记词之间用空格隔开拼接成字符串，然后 Hash 得到私钥\n2. 采用 Bip44 标准的生成方案，EOS 的币种序号详见最下方⎡相关资料⎦中的⎡Bip44 注册币种列表⎦\n\n经过国内大部分钱包商议统一使用第二种方案解决 EOS 从助记词生成私钥的问题\n\n#### 欢迎给位提设计上的 lssues 和 pr\n\n#### 引入项目\n\n```\nallprojects {\n  repositories {\n    ...\n\t\tmaven { url 'https://jitpack.io' }\n  }\n}\n  \ndependencies {\n  implementation 'com.github.QuincySx:BlockchainWallet-Crypto:last-version'\n}\n```\n\n#### 使用说明\n[简单使用说明](https://github.com/QuincySx/BlockchainWallet-Crypto/wiki)\n\n## 相关资料\n[Bip44 注册币种列表](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)\n\n## LICENSE\n[开源协议](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquincysx%2Fblockchainwallet-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquincysx%2Fblockchainwallet-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquincysx%2Fblockchainwallet-crypto/lists"}