区块链开发资料清单
2020-09-30 本文已影响0人
大胡子的机器人
1、开发以太坊用到的web3j(通用java和android)
ETH- github库:https://github.com/web3j/web3j
- 对应的中文文档:http://blog.hubwiz.com/2018/06/17/web3j-Getting-Started
- 公共节点申请:https://infura.io (申请流程见:https://www.jianshu.com/p/16b75897703c)
- eth浏览器:https://cn.etherscan.com
2、btc相关的库
BTC- 支付、钱包和市场行情的api接口(较推荐):https://www.blockchain.com/api
- 其余的api见这里:https://blog.csdn.net/qq_28505809/article/details/104008248
- btc浏览器:https://btc.com
3、usdt omni协议(依赖btc节点)
- Omni 节点源码:https://github.com/OmniLayer/omnicore
- Omni 区块浏览器:https://omniexplorer.info
- Omni RPC 所以接口使用说明:https://github.com/OmniLayer/omnicore/blob/master/src/omnicore/doc/rpc-api.md
中文文档:http://cw.hubwiz.com/card/c/omni-rpc-api/1/1/1/
3、usdt erc20协议(依赖eth节点)
- 属于eth的智能合约,可在eth浏览器中查询,https://cn.etherscan.com/token/0xdac17f958d2ee523a2206206994597c13d831ec7
- 转账也同eth,只不过需要有合约地址