{"id":13462385,"url":"https://github.com/the-web3/blockchain-wallet","last_synced_at":"2025-05-15T08:10:24.560Z","repository":{"id":44401017,"uuid":"153219151","full_name":"the-web3/blockchain-wallet","owner":"the-web3","description":"Blockchain Wallet Technical Guide","archived":false,"fork":false,"pushed_at":"2024-11-22T10:27:13.000Z","size":4285,"stargazers_count":604,"open_issues_count":1,"forks_count":190,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-07T03:15:05.620Z","etag":null,"topics":["blockchain","java","node","sign","transaction","wallet"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-web3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["guoshijiang"],"custom":["https://www.wenwoha.com/","https://chaineye.info/","https://gingernet.vip/"]}},"created_at":"2018-10-16T03:47:59.000Z","updated_at":"2025-04-05T11:54:56.000Z","dependencies_parsed_at":"2024-05-22T09:27:18.042Z","dependency_job_id":"1bf5812b-d651-41ea-8a44-f66a2a273fd7","html_url":"https://github.com/the-web3/blockchain-wallet","commit_stats":null,"previous_names":["savour-community/blockchain-wallet","the-web3/blockchain-wallet","guoshijiang/blockchain-wallet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fblockchain-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fblockchain-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fblockchain-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fblockchain-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-web3","download_url":"https://codeload.github.com/the-web3/blockchain-wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248889983,"owners_count":21178334,"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":["blockchain","java","node","sign","transaction","wallet"],"created_at":"2024-07-31T12:00:46.605Z","updated_at":"2025-04-14T13:41:54.290Z","avatar_url":"https://github.com/the-web3.png","language":null,"funding_links":["https://github.com/sponsors/guoshijiang","https://www.wenwoha.com/","https://chaineye.info/","https://gingernet.vip/"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# 区块链钱包技术指南\n\n本教程由 The Web3 社区出品, DappLink 赞助\n\n[![DappLink](https://raw.githubusercontent.com/eniac-x-labs/.github/main/profile/dapplink.jpeg)](https://www.dapplink.xyz/zh)\n\n随着区块链技术的发展，伴随而来的巨大经济效益也是日益突显，区块链技术离我们的生活也越来越近，近期兴起的币市风暴，想必了解区块链的人都略知一二。我们都知道，目前的区块链技术主要有两大阵营，币圈和链圈，币圈主要以公链技术、钱包技术延伸出一系列的公司和产品，而链圈主要的联盟链技术。我们此书讲解的内容主要还是属于币圈的技术，书中会涉及到公链的一些技术，但书的主要内容还区块链钱包技术。\n\n\n本书所要讲授的内容就是目前最流行的技术之一的区块链钱包技术，我们将会从基础知识开始讲授，一直深入到钱包技术的核心，最后的章节将做两个笔者主导开发的区块链钱包技术实战的讲授。虽说我写本书的时候会从最基本的内容讲，但是编程语言层面的东西本书不会过多的讲解。希望阅读本书的读者可以自己把本书涉及到的编程语言、网络协议和加密算法提前了解一下。本书针对区块链钱包的开发者和对区块链钱包技术感兴趣的人。\n\n\n阅读本书之前，你可能需要对下面的技术和编程语言有所了解：\n\n* 公链技术（尤其目前公链支持的账户体系及时，当然本书对这部分的内容会做详细的介绍）\n* 加密算法\n* Golang（目前区块链技术中使用最广泛的编程语言之一）\n* Java（承载钱包的业务逻辑）\n* Nodejs（钱包本地账户，交易签名）\n* electron（前端桌面框架，在项目实战中会用到）\n* Vue（前端框架，项目实战中将会用到）\n* Nginx\n* 数据库技术\n* 网络通信技术\n* 点对点网络通信\n* IOS和Android\n\n涉及到的技术远远不只上面这些，上面只是钱包技术中使用到的比较重要的技术。\n\n\n笔者之所以写这本书，是为了广大的区块链爱好者可以更好的学习块链钱包技术，目前网络上讲解区块链钱包的文章，可谓少之又少，而且质量也是参差不齐。影响广大区块链爱好者的理解与学习。现在掌握区块链钱包技术的人才并不多，市场上也没有一本把区块链钱包技术介绍透彻的书，当然，笔者也不一定能把这个技术介绍得很透彻，笔者的水平有限，如果本书中有什么错误的地方，欢迎大家交流指正。\n\n\n[点击开始阅读本书](https://github.com/guoshijiang/blockchain-wallet/blob/master/chapter/readme.md)\n\n\n### 有兴趣的朋友可以加笔者的微信，我们一起交流区块链技术，区块链钱包技术\n\n.： \n    ![.： \n](https://github.com/guoshijiang/blockchain-wallet/blob/master/img/weixin.png)\n\n\n### 关于本书\n\n目前本书在写作阶段，书籍的版本暂设为V1.0.0版，本书将一直跟随区块链钱包技术的发展，随时更新,本书的内容将会在笔者的博客上同步更新，可能内容上不太一致，希望读者多多包涵。\n\n\n### The Web3 社区简介\nThe Web3 是一个专注 Web3 技术解决方案设计与开发、技术教程设计与开发、Web3 项目投研分析和 Web3 项目孵化，旨在将开发者，创业者，投资者和项目方联系在一起的社区。\n\n#### The web3 业务范围\n\n- 技术服务：提供交易所钱包，HD 钱包，硬件钱包，MPC 托管钱包，Dapps,  质押协议，L1，L2 ，L3 公链，数据可用层（DA）和中心化交易所技术开发服务。\n- 技术培训：提供个人技术成长和企业技术培训服务\n- 开发者活动承接：各种线下线上黑客松和开发者 meetup 活动承接\n- 除此之外，我们还和 \"磐石安全实验室\" 深入合作，开展去中心化安全审计服务\n  \n### The Web3 社区官方链接\n- github: https://github.com/the-web3\n- X: https://twitter.com/0xtheweb3cn\n- telegram: https://t.me/+pmoh3D4uTAFjNWM1\n- discord:  https://discord.gg/muhuXRsK\n- the web3 官网：https://thewebthree.xyz/\n- the web3 技术服务网站：https://web.thewebthree.xyz/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-web3%2Fblockchain-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-web3%2Fblockchain-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-web3%2Fblockchain-wallet/lists"}