Skip to content

Commit

Permalink
Update contributing guide (#1109)
Browse files Browse the repository at this point in the history
Signed-off-by: nkl199@yahoo.co.uk <nkl199@yahoo.co.uk>
  • Loading branch information
nklincoln committed Jan 4, 2021
1 parent d6f0027 commit 730a884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -21,10 +21,10 @@ There is also a [RocketChat Channel](https://chat.hyperledger.org/channel/calipe
Caliper is modularised under `packages` into the following components:

### caliper-cli
This is the Caliper CLI that enables the running of a benchmark and interaction with zookeeper clients/services.
This is the Caliper CLI that enables the running of a benchmark.

### caliper-core
Contains all the Caliper core code. Interested developers can follow the code flow from the above `run-benchmark.js` file, that enters `caliper-flow.js` in the core package.
Contains all the Caliper core code, used by adaptor implementations.

### caliper-adaptor
Each `caliper-<adapter>` is a separate package that contains a distinct adaptor implementation to interact with different blockchain technologies. Current adaptors include:
Expand Down

0 comments on commit 730a884

Please sign in to comment.