docs(README.md): add wechat

This commit is contained in:
Aiden X 2020-03-30 18:46:49 +08:00
parent 91fccf8380
commit b4b07b3f25
5 changed files with 16 additions and 8 deletions

View File

@ -34,7 +34,7 @@ prepare:
## make test: Run go unittest
test:
go generate ./...
@$(GO) test ${TEST_PKGS} -race -count=1
@$(GO) test ${TEST_PKGS} -count=1
## make test-coverage: Test project with cover
test-coverage:

View File

@ -1,4 +1,6 @@
![BitXHub-Logo](https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/logo.png)
<p align="center">
<img src="https://raw.githubusercontent.com/meshplus/bitxhub/master/docs/logo.png" />
</p>
BitXHub is committed to building a scalable, robust, and pluggable inter-blockchain
reference implementation, that can provide reliable technical support for the formation
@ -16,7 +18,7 @@ See [Quick start](https://github.com/meshplus/bitxhub/wiki/Quick-start) in the w
## Dependencies
This project uses [golang](https://golang.org/), [tmux](https://github.com/tmux/tmux/wiki) and libc6. Go check them out if you don't have them locally installed.
This project uses [golang](https://golang.org/) and [tmux](https://github.com/tmux/tmux/wiki). Go check them out if you don't have them locally installed.
This project also depends on [packr](https://github.com/gobuffalo/packr/), [golangci-lint](github.com/golangci/golangci-lint), [gomock](github.com/golang/mock) and [mockgen](github.com/golang/mock), Installing them by follow command:
@ -24,15 +26,21 @@ This project also depends on [packr](https://github.com/gobuffalo/packr/), [gola
bash scripts/prepare.sh
```
## Install
## Usage
Installation guide can be found in wiki.
Usage guide can be found in [wiki](https://github.com/meshplus/bitxhub/wiki/%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3).
## Contributing
See [CONTRIBUTING.md](https://github.com/meshplus/bitxhub/blob/master/CONTRIBUTING.md).
## Contact
Email: bitxhub@hyperchain.cn
Wechat:
<img src="https://github.com/meshplus/bitxhub/blob/master/docs/wechat.png" width="200" height="200" />
## License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 68 KiB

BIN
docs/wechat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

View File

@ -269,9 +269,9 @@ func mockTxData(t *testing.T, dataType pb.TransactionData_Type, vmType pb.Transa
func mockIBTP(t *testing.T, index uint64, typ pb.IBTP_Type) *pb.IBTP {
ibtppd, err := json.Marshal(pb.Payload{
FID: from,
TID: from,
Func: "set",
SrcContractId: from,
DstContractId: from,
Func: "set",
})
assert.Nil(t, err)
return &pb.IBTP{