Skip to content

Commit 010f535

Browse files
committed
correct cli description
1 parent 017190e commit 010f535

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

protocol/mcr/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ For further details see the [RFC for MCR](https://github.com/movementlabsxyz/rfc
1515
## Architecture
1616

1717
- [`cli/`](cli/) - Command line interface tools
18-
- [`client/`](cli/client/) - Client implementation for interacting with the protocol. Handles interaction with the protocol by posting block commitments, streaming commitment data, and managing Ethereum blockchain interactions.
19-
- [`deployer/`](cli/deployer/) - Tools for deploying the protocol contracts
20-
- [`protocol/`](cli/protocol/) - Core protocol implementation
18+
- [`client/`](cli/client/) - CLI tool for users to interact with the protocol (posting commitments, querying state)
19+
- [`deployer/`](cli/deployer/) - CLI tool for deploying the protocol contracts
20+
- [`protocol/`](cli/protocol/) - CLI tool for protocol-specific operations
2121

2222
- [`clients/`](clients/) - Protocol client implementations
23-
- [`eth/`](clients/eth/) - Ethereum client implementation
23+
- [`eth/`](clients/eth/) - Ethereum client implementation that handles blockchain interactions
2424
- [`mock/`](clients/mock/) - Mock client for testing
2525
- [`util/`](clients/util/) - Shared utilities for clients
2626

protocol/pcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ PCP (Postconfirmation Protocol) is responsible for handling post-confirmation co
1414
## Architecture
1515

1616
- [`cli/`](cli/) - Command line interface tools
17-
- [`client/`](cli/client/) - Client implementation for interacting with PCP. Handles posting commitments and managing blockchain interactions.
18-
- [`deployer/`](cli/deployer/) - Tools for deploying PCP contracts
19-
- [`protocol/`](cli/protocol/) - Core protocol implementation
17+
- [`client/`](cli/client/) - CLI tool for users to interact with the protocol (posting commitments, querying state)
18+
- [`deployer/`](cli/deployer/) - CLI tool for deploying the protocol contracts
19+
- [`protocol/`](cli/protocol/) - CLI tool for protocol-specific operations
2020

2121
- [`dlu/`](dlu/) - Deployment and Lifecycle Utilities
2222
- [`eth/`](dlu/eth/) - Ethereum-specific deployment tools

0 commit comments

Comments
 (0)