Go to file
Aiden X 91fccf8380 script(*): add config.sh 2020-03-30 16:34:30 +08:00
.github/ISSUE_TEMPLATE script(*): add config.sh 2020-03-30 16:34:30 +08:00
api feat(*): init project 2020-03-30 00:11:21 +08:00
cmd/bitxhub script(*): add config.sh 2020-03-30 16:34:30 +08:00
config script(*): add config.sh 2020-03-30 16:34:30 +08:00
docs feat(*): init project 2020-03-30 00:11:21 +08:00
internal script(*): add config.sh 2020-03-30 16:34:30 +08:00
pkg chore(*): modify README.md 2020-03-30 01:40:47 +08:00
scripts script(*): add config.sh 2020-03-30 16:34:30 +08:00
tester feat(*): init project 2020-03-30 00:11:21 +08:00
.gitignore script(*): add config.sh 2020-03-30 16:34:30 +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 script(*): add config.sh 2020-03-30 16:34:30 +08:00
README.md chore(*): modify README.md 2020-03-30 01:40:47 +08:00
go.mod feat(*): init project 2020-03-30 00:11:21 +08:00
go.sum feat(*): init project 2020-03-30 00:11:21 +08:00
version.go feat(*): init project 2020-03-30 00:11:21 +08:00

README.md

BitXHub-Logo

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.

Documentations

Whitepaper | 白皮书

Dependencies

This project uses golang, tmux and libc6. Go check them out if you don't have them locally installed.

This project also depends on packr, golangci-lint, gomock and mockgen, Installing them by follow command:

bash scripts/prepare.sh

Install

Installation guide can be found in wiki.

Contributing

See CONTRIBUTING.md.

License

Apache-2.0