Go to file
dawn-to-dusk a2aa6d6c51 perf(app):add log output about ulimit
Add a log which will output the value of ulimit.
2020-07-22 11:08:42 +08:00
.github refactor(tester): rm gosdk and use core api 2020-04-29 19:10:25 +08:00
api feat(transaction): add transaction management 2020-07-17 19:26:21 +08:00
build feat(wasm):add macos libwasmer 2020-06-08 21:02:38 +08:00
cmd/bitxhub feat(network): rm support for old toml and transform network.toml to pure 2d array 2020-07-02 19:05:09 +08:00
config feat(network): rm support for old toml and transform network.toml to pure 2d array 2020-07-02 19:05:09 +08:00
docs docs(*): add index page 2020-07-07 20:36:18 +08:00
example/rule_example feat: add validation rule example 2020-05-15 13:37:53 +08:00
internal perf(app):add log output about ulimit 2020-07-22 11:08:42 +08:00
pkg Merge pull request #118 from meshplus/fix/fix-pack-when-the-number-of-block-txs-is-full 2020-07-17 19:16:20 +08:00
scripts refactor(scripts):remove unused command in cluster.sh 2020-07-21 19:30:52 +08:00
tester feat(transaction): add transaction management 2020-07-17 19:26:21 +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(make):fix make build not found 2020-06-09 16:52:00 +08:00
README.md docs: update README.md 2020-07-13 11:35:16 +08:00
go.mod feat(transaction): add transaction management 2020-07-17 19:26:21 +08:00
go.sum feat(transaction): add transaction management 2020-07-17 19:26:21 +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