2018-11-28 08:44:52 +00:00
|
|
|
## Dependencies:
|
|
|
|
|
2018-10-02 02:37:26 +00:00
|
|
|
- io.grpc:grpc-netty-shaded
|
|
|
|
- io.grpc:grpc-protobuf
|
|
|
|
- io.grpc:grpc-stub
|
2018-11-28 08:44:52 +00:00
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
|
|
|
1. Download [mock servers](https://public.internetapi.cn/?dir=bdchain/test) for Transaction Ledger &
|
|
|
|
Accounting Chain
|
|
|
|
2. Run mock servers with ```--port={{port}}```
|
|
|
|
3. Run ```gradle test```
|