Skip to content

Commit 1ccd3db

Browse files
ryanioholgerd77
authored andcommitted
update client readme for node (renamed to client)
1 parent 78784c8 commit 1ccd3db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ to help contributors better understand how the project is organized.
307307
**Components**
308308

309309
- `Chain` [**In Progress**] This class represents the blockchain and is a wrapper around
310-
`ethereumjs-blockchain`. It handles creation of the data directory, provides basic blockchain operations
310+
`@ethereumjs/blockchain`. It handles creation of the data directory, provides basic blockchain operations
311311
and maintains an updated current state of the blockchain, including current height, total difficulty, and
312312
latest block.
313313
- `Server` This class represents a server that discovers new peers and handles incoming and dropped
@@ -328,11 +328,11 @@ to help contributors better understand how the project is organized.
328328
- `Handler` Subclasses of this class implements a protocol message handler. Handlers respond to incoming requests from peers.
329329
- `EthHandler` [**In Progress**] Handles incoming ETH requests
330330
- `LesHandler` [**In Progress**] Handles incoming LES requests
331-
- `Service` Subclasses of `Service` will implement specific functionality of a `Node`. For example, the `EthereumService` subclasses will synchronize the blockchain using the full or light sync protocols. Each service must specify which protocols it needs and define a `start()` and `stop()` function.
331+
- `Service` Subclasses of `Service` will implement specific functionality of a `Client`. For example, the `EthereumService` subclasses will synchronize the blockchain using the full or light sync protocols. Each service must specify which protocols it needs and define a `start()` and `stop()` function.
332332
- `FullEthereumService` [**In Progress**] Implementation of ethereum full sync.
333333
- `LightEthereumService` [**In Progress**] Implementation of ethereum light sync.
334334
- `WhisperService` [**Not Started**] Implementation of an ethereum whisper node.
335-
- `Node` [**In Progress**] Represents the top-level ethereum node, and is responsible for managing the lifecycle of included services.
335+
- `Client` [**In Progress**] Represents the top-level ethereum client, and is responsible for managing the lifecycle of included services.
336336
- `RPCManager` [**In Progress**] Implements an embedded JSON-RPC server to handle incoming RPC requests.
337337

338338
## Developer

0 commit comments

Comments
 (0)