52 lines
2.3 KiB
Markdown
52 lines
2.3 KiB
Markdown
<p align="center">
|
||
<img src="https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/logo.png" />
|
||
</p>
|
||
|
||
![build](https://github.com/meshplus/bitxhub/workflows/build/badge.svg)
|
||
[![codecov](https://codecov.io/gh/meshplus/bitxhub/branch/master/graph/badge.svg)](https://codecov.io/gh/meshplus/bitxhub)
|
||
[![Go Report Card](https://goreportcard.com/badge/github.com/meshplus/bitxhub)](https://goreportcard.com/report/github.com/meshplus/bitxhub)
|
||
|
||
BitXHub is committed to building a scalable, robust, and pluggable inter-blockchain
|
||
reference implementation, that can provide reliable technical support for the formation
|
||
of a blockchain internet and intercommunication of value islands.
|
||
|
||
|
||
## Quick start
|
||
|
||
See [Quick start](https://github.com/meshplus/bitxhub/wiki/Quick-start) in the wiki.
|
||
|
||
|
||
## Architecture
|
||
|
||
<p>
|
||
<img src="https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/arch.png" />
|
||
</p>
|
||
|
||
The diagram above shows the overall architecture and basic interchain processing workflow of BitXHub. BitXHub consists of relay-chain, Pier (interchain gateway) and app-chain, which is a service platform to handle the interaction among cross-layer heterogeneous chains.
|
||
|
||
For more details please visit our [whitepaper](https://upload.hyperchain.cn/BitXHub%20Whitepaper.pdf) | [白皮书](https://upload.hyperchain.cn/BitXHub%E7%99%BD%E7%9A%AE%E4%B9%A6.pdf).
|
||
|
||
|
||
|
||
## Usage
|
||
|
||
Usage guide can be found in [wiki](https://github.com/meshplus/bitxhub/wiki).
|
||
|
||
## Contributing
|
||
|
||
See [CONTRIBUTING.md](https://github.com/meshplus/bitxhub/blob/master/CONTRIBUTING.md).
|
||
|
||
## Contact
|
||
|
||
Email: bitxhub@hyperchain.cn
|
||
|
||
Wechat: If you‘re interested in BitXHub, please add the assistant to join our community group.
|
||
|
||
<img src="https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/wechat.png" width="200" /><img src="https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/official.png" width="206" />
|
||
|
||
## License
|
||
|
||
The BitXHub library (i.e. all code outside of the cmd and internal directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.
|
||
|
||
The BitXHub binaries (i.e. all code inside of the cmd and internal directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.
|