docs(README.md): add wechat
This commit is contained in:
parent
91fccf8380
commit
b4b07b3f25
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
16
README.md
16
README.md
|
@ -1,4 +1,6 @@
|
|||

|
||||
<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
|
||||
|
||||
|
|
BIN
docs/logo.png
BIN
docs/logo.png
Binary file not shown.
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
|
@ -269,8 +269,8 @@ 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,
|
||||
SrcContractId: from,
|
||||
DstContractId: from,
|
||||
Func: "set",
|
||||
})
|
||||
assert.Nil(t, err)
|
||||
|
|
Loading…
Reference in New Issue