bitxhub
bitxhub copied to clipboard
Interchain protocol 跨链协议
## Development Task There are a series of subcommands about this task: - [ ] 1. Transfer Example: ``` bitxhub client tx send --path --to 0x111111111 --amount 100 ``` -...
赛题5:网关接入中继链证书准入机制 在联盟链场景下,需要对接入的成员有相应的准入许可。在跨链场景下也是类似,网关代表应用链接入到跨链系统中时,必须获取到中继链联盟的许可,才可以获取相应的跨链交易数据。 解题思路: 1. 增加准入机制时,主要涉及到两个部分:客户端SDK和中继链。跨链网关在中继模式启动时需要向中继链请求许可,中继链收到SDK/跨链网关的请求时,也必须检查相应的许可是否正确。这里许可机制一般采用证书来实现。
Add a POW consensus implementation. Please refer to the document about how to develop a consensus plugin in BitXHub: https://meshplus.github.io/bitxhub/bitxhub/dev/consensus/
Raft nodes should check the blockchain state with other nodes at each checkpoint. If failed, the node should rollback state to last checkpoint.
Implement the sync protocol to sync transaction and state data for some specified appchains.
## Development Task - [ ] query all appchains in bitxhub ``` bitxhub client appchain getall ``` - [ ] query target appchain in bitxhub ``` bitxhub client appchain get...
## Development Task Get block header ``` bitxhub client header --height 110 ```
## Development Task Add a command that queries ibtp by id. ``` bitxhub client ibtp get ```