ccedd18c3c
Add script to automatically installs the tmux with package manager based on the system type, both linux and macos are supported |
||
---|---|---|
.github | ||
api | ||
build | ||
cmd/bitxhub | ||
config | ||
docs | ||
example/rule_example | ||
imports | ||
internal | ||
pkg | ||
scripts | ||
tester | ||
.dockerignore | ||
.gitignore | ||
.golangci.yml | ||
CONTRIBUTING.md | ||
COPYING | ||
COPYING.LESSER | ||
Dockerfile | ||
Dockerfile.solo | ||
Makefile | ||
README.md | ||
codecov.yml | ||
go.mod | ||
go.sum | ||
goent.diff | ||
package.json | ||
version.go |
README.md
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 in the wiki.
Architecture
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 | 白皮书.
Usage
Usage guide can be found in wiki.
Contributing
See CONTRIBUTING.md.
Contact
Email: bitxhub@hyperchain.cn
Wechat: If you‘re interested in BitXHub, please add the assistant to join our community group.
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.