Go to file
Alexader ec0bd485d6 refactor(executor): refactor illegal tx handling
when the destination chain id is illegal, bitxhub should ignore it instead of returning error. The appchain which invoked this tx will wait for this tx to timeout.
2020-04-16 20:38:08 +08:00
.github test(*): add integration test 2020-04-16 00:43:16 +08:00
api feat(client): add validators command 2020-04-14 19:38:52 +08:00
cmd/bitxhub feat(client): add validators command 2020-04-14 19:38:52 +08:00
config fix(raft): fix raft consensus error 2020-04-09 20:19:27 +08:00
docs docs(README.md): add official png 2020-03-31 16:35:44 +08:00
internal refactor(executor): refactor illegal tx handling 2020-04-16 20:38:08 +08:00
pkg feat: adjust validation and wasm module 2020-04-16 20:10:24 +08:00
scripts test(*): add integration test 2020-04-16 00:43:16 +08:00
tester test(*): add integration test 2020-04-16 00:43:16 +08:00
.gitignore chore(scripts): add deploy bitxhub scripts 2020-04-07 11:00:10 +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
LICENSE feat(*): init project 2020-03-30 00:11:21 +08:00
Makefile build(ci): add codecov 2020-04-01 02:18:43 +08:00
README.md build(ci): add go report card 2020-04-01 02:36:28 +08:00
go.mod feat(client): add validators command 2020-04-14 19:38:52 +08:00
go.sum feat(client): add validators command 2020-04-14 19:38:52 +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