https://github.com/aweiloveandroid/blockchainproject
Projects for BlockChain and Bitcoin.区块链实际运用项目实战。
https://github.com/aweiloveandroid/blockchainproject
bitbucket bitcoin bitcoin-wallet blockchain blockchain-technology
Last synced: 10 months ago
JSON representation
Projects for BlockChain and Bitcoin.区块链实际运用项目实战。
- Host: GitHub
- URL: https://github.com/aweiloveandroid/blockchainproject
- Owner: AweiLoveAndroid
- License: apache-2.0
- Created: 2019-10-29T09:05:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T10:59:58.000Z (over 6 years ago)
- Last Synced: 2025-03-12T19:12:54.158Z (over 1 year ago)
- Topics: bitbucket, bitcoin, bitcoin-wallet, blockchain, blockchain-technology
- Size: 620 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockChainProject
Projects for BlockChain and Bitcoin.区块链实际运用项目实战。
----
## 一、开源框架
开源框架名称|介绍|文档地址|github地址|maven仓库地址
----|----|----|----|----
web3j|web3j是一个轻量级,高度模块化,反应性,类型安全的Java和Android库,用于处理智能合约并与以太坊网络上的客户端(节点)集成。|[https://www.web3labs.com/web3j](https://www.web3labs.com/web3j)|[https://github.com/web3j/web3j/](https://github.com/web3j/web3j/) |https://mvnrepository.com/artifact/org.web3j/core
bitcoinj|bitcoinj库是比特币协议的Java实现,可让其维护钱包并发送/接收交易,而无需本地的比特币核心副本。它带有完整的文档和一些示例应用程序,展示了如何使用它。|[https://bitcoinj.github.io/](https://bitcoinj.github.io/)|[https://github.com/bitcoinj/bitcoinj](https://github.com/bitcoinj/bitcoinj)|https://mvnrepository.com/artifact/org.bitcoinj/bitcoinj-core
----
## 二、相关中文翻译资源
* [中文翻译资源](docs/README.md)