Go to file
Alexader 169e678d31 fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
.github ci: update codecov 2020-10-13 10:53:06 +08:00
api fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
build feat(wasm):add macos libwasmer 2020-06-08 21:02:38 +08:00
cmd/bitxhub Merge pull request #214 from meshplus/fix/fix-show-chain-status 2020-10-23 10:42:37 +08:00
config feat(grpc): enable tls support for grpc connection 2020-10-16 16:03:29 +08:00
docs docs: add logo 2020-09-01 19:56:46 +08:00
example/rule_example feat: add validation rule example 2020-05-15 13:37:53 +08:00
imports refactor(mod): rename com to ent which is short for enterprise 2020-10-20 14:46:00 +08:00
internal fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
pkg Merge pull request #212 from meshplus/style/update-send-msg-log-level 2020-10-23 10:40:40 +08:00
scripts refactor(Makefile): add build tags 2020-10-16 14:58:26 +08:00
tester fix(*): fix integration test and contract address creation issue 2020-10-22 21:52:52 +08:00
.dockerignore build(docker): add wasm dep lib 2020-05-25 14:17:36 +08:00
.gitignore docs(*): add deploy script 2020-07-07 20:23:56 +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(*): update Makefile 2020-10-23 10:37:08 +08:00
README.md docs(*): update README.md 2020-07-28 10:51:22 +08:00
ent.diff refactor(mod): auto generate goent.mod when tag ent is used 2020-10-20 15:33:51 +08:00
go.mod fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
go.sum fix(*): fix nil Hash for quering tx, receipt and block 2020-10-23 16:03:29 +08:00
goent.mod fix(*): update go.mod and Makefile 2020-10-22 22:16:41 +08:00
package.json docs: add logo 2020-09-01 19:56:46 +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