Skip to content

Commit

Permalink
docs: fix typos (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Nov 7, 2024
1 parent 2af59da commit 5c51ed8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ An executable binary named *confura* will be generated in the project *bin* dire

## Running Confura

Confura is comprised of serveral components as below:
Confura is comprised of several components as below:

* Blockchain Sync *(synchronizes blockchain data with persistent storage or cache)*
* Node Management *(manages full node clusters including health monitoring and traffic routing etc.)*
* Virtual Filter *(polls filter changes instantly into storage, also acts as a proxy to serves filter API requests)*
* RPC Proxy *(optimizes certain RPC methods, particularly `cfx/eth_getLogs` to serve by responding directly from storage)*
* Data Validator *(constantly scrapes blockchain data from both full node and RPC Proxy for validation comparision)*
* Data Validator *(constantly scrapes blockchain data from both full node and RPC Proxy for validation comparison)*

### Blockchain Sync

Expand Down Expand Up @@ -189,4 +189,4 @@ Please make sure your contributions adhere to our coding guidelines:

## License

This project is licensed under the [MIT License](LICENSE).
This project is licensed under the [MIT License](LICENSE).
4 changes: 2 additions & 2 deletions doc/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Recommended:

* Fast CPU with 4+ cores
* 8GB+ RAM
* High Performance SSD with at least 1TB free space
* High Performance SSD with at least 1TB of free space
* 25+ MBit/sec download Internet service

### Software Requirements

Confura can even be run without any third party dependencies. But depending on what you plan to do with it, you will require the following:
Confura can even be run without any third-party dependencies. But depending on what you plan to do with it, you will require the following:

* MySQL Server v5.7+ *(used for off-chain persistent storage)*
* Redis Server v6.2+ *(optional, used for off-chain cache)*
Expand Down

0 comments on commit 5c51ed8

Please sign in to comment.