Go to file
Alexader 7e0e7f9f2e fix(cmd): fix "bitxhub key show" command with wrong path
fix "btxhub key show" command should return error but not bug
2020-10-29 20:32:42 +08:00
.github chore(.github): add CI/CD requirement for release branch 2020-09-17 13:00:23 +08:00
api refactor(*): move interchain counter from block header to interchain meta 2020-06-08 15:21:39 +08:00
build feat(wasm):add macos libwasmer 2020-06-08 21:02:38 +08:00
cmd/bitxhub fix(cmd): fix "bitxhub key show" command with wrong path 2020-10-29 20:32:42 +08:00
config refactor(config): read genesis config from genesis.json 2020-05-22 14:40:44 +08:00
docs docs(README.md): add official png 2020-03-31 16:35:44 +08:00
example/rule_example feat: add validation rule example 2020-05-15 13:37:53 +08:00
internal fix(executor): post block event after block is persisted 2020-10-16 20:10:05 +08:00
pkg fix(*): fix concurrent map write in swarm.go 2020-05-08 16:08:21 +08:00
scripts scripts(*): modify deploy bash 2020-08-25 20:15:49 +08:00
tester test(tester): add test cases 2020-06-29 14:12:27 +08:00
.dockerignore build(docker): add wasm dep lib 2020-05-25 14:17:36 +08:00
.gitignore build(docker): add wasm dep lib 2020-05-25 14:17:36 +08:00
.golangci.yml build(linter): add .golangci.yml 2020-03-30 22:57:55 +08:00
CONTRIBUTING.md script(*): add config.sh 2020-03-30 16:34:30 +08:00
Dockerfile feat/add bitxhub solo dockerfile 2020-05-27 19:12:25 +08:00
Dockerfile.solo feat/add bitxhub solo dockerfile 2020-05-27 19:12:25 +08:00
LICENSE feat(*): init project 2020-03-30 00:11:21 +08:00
Makefile fix(make):fix make build not found 2020-06-09 16:52:00 +08:00
README.md docs(README.md): update image url 2020-06-04 19:36:29 +08:00
go.mod fix(api):fix parse block struct in restful service 2020-07-10 13:43:28 +08:00
go.sum test(tester): add test cases 2020-06-29 14:12:27 +08:00
version.go feat(*): init project 2020-03-30 00:11:21 +08:00

README.md

build codecov Go Report Card

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 youre interested in BitXHub, please add the assistant to join our community group.

License

Apache-2.0