Go to file
xiaochenl 26e66aa363 fix:Modified the properties of dist folder
fix:Modified the properties of dist folder
2021-04-06 16:08:57 +08:00
.github ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
api feat(cmd): add governance cmd 2021-03-19 14:33:27 +08:00
build feat(wasm):add macos libwasmer 2020-06-08 21:02:38 +08:00
cmd/bitxhub feat(*): add appchain update, freeze, activate, logout 2021-03-30 17:35:03 +08:00
config feat(*): add governance module 2021-03-19 09:41:19 +08:00
dist ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
docs doc:update quick_start.md 2021-04-02 17:03:01 +08:00
example/rule_example feat: add validation rule example 2020-05-15 13:37:53 +08:00
imports refactor(makefile): refine makefile for ent version 2020-12-01 15:19:18 +08:00
internal feat(*): add appchain update, freeze, activate, logout 2021-03-30 17:35:03 +08:00
pkg feat(*): add appchain update, freeze, activate, logout 2021-03-30 17:35:03 +08:00
scripts fix:Modified the properties of dist folder 2021-04-06 16:08:57 +08:00
tester feat(*): add appchain update, freeze, activate, logout 2021-03-30 17:35:03 +08:00
.dockerignore build(docker): add wasm dep lib 2020-05-25 14:17:36 +08:00
.gitignore fix:Modified the properties of dist folder 2021-04-06 16:08:57 +08:00
.golangci.yml build(linter): add .golangci.yml 2020-03-30 22:57:55 +08:00
.goreleaser.yml ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
CONTRIBUTING.md script(*): add config.sh 2020-03-30 16:34:30 +08:00
COPYING fix: change license name 2020-11-27 13:59:04 +08:00
COPYING.LESSER fix: change license name 2020-11-27 13:59:04 +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
Makefile ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
README.md fix: change license name 2020-11-27 13:59:04 +08:00
codecov.yml ci: add codecov patch disable 2020-12-01 21:18:03 +08:00
go.mod ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
go.sum ci: add release.yml and some scripts 2021-04-06 15:30:35 +08:00
goent.diff fix(*): fix method delete fail 2021-02-24 10:42:19 +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

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.