Skip to content

Commit d64ee87

Browse files
docs: fix typos and update Foundry support in READMEs
Fixed typos in coprocessor/README.md (listenting → listening, Dependences → Dependencies) and removed outdated 'coming soon' for Foundry in root README.md
1 parent 4f63a76 commit d64ee87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ The directories of this repository are organized in the following way:
8080
### Main features
8181

8282
- **Privacy by design:** Building decentralized apps with full privacy and confidentiality on Ethereum, leveraging FHE.
83-
- **Solidity integration:** Write FHEVM contracts like any standard Solidity contract using Solidity. Compatible with existing toolchains — such as Hardhat and Foundry (*coming soon*).
83+
- **Solidity integration:** Write FHEVM contracts like any standard Solidity contract using Solidity. Compatible with existing toolchains — such as Hardhat and Foundry.
8484
- **Programmable privacy:** Define exactly what data is encrypted and write the access control logic directly in your smart contracts.
85-
- **High precision encrypted integers :** Up to 256 bits of precision for integers.
85+
- **High precision encrypted integers:** Up to 256 bits of precision for integers.
8686
- **Full range of operators:** All typical operators are available: `+`, `-`, `*`, `/`, `<`, `>`, `==`, ternary-if, boolean operations…. Consecutive FHE operations are not limited.
8787
- **Security:** The underlying FHE crypto-scheme of FHEVM is quantum-resistant. Decryption is managed via a key management system (KMS) using multi-party computation (MPC), ensuring security even if some parties are compromised or misbehaving.
8888
- **Symbolic execution of FHE computations:** All FHE operations are executed symbolically on the host chain, significantly reducing execution time. The actual computations on encrypted data are offloaded asynchronously to our coprocessor, allowing for faster, efficient, and scalable processing.

coprocessor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**FHEVM Coprocessor** provides the execution service for FHE computations.
33

44
It includes a **Coprocessor** service [FHEVM-coprocessor](docs/getting_started/fhevm/coprocessor/coprocessor_backend.md). The Coprocessor
5-
itself consists of multiple microservices, e.g. for FHE compute, input verify, transaction sending, listenting to events, etc.
5+
itself consists of multiple microservices, e.g. for FHE compute, input verify, transaction sending, listening to events, etc.
66

77
## Main features
88

@@ -19,7 +19,7 @@ _Learn more about FHEVM Coprocessor features in the [documentation](docs)._
1919
- [Getting Started](#getting-started)
2020
- [Generating Keys](#generating-keys)
2121
- [Coprocessor](#coprocessor)
22-
- [Dependencies](#dependences)
22+
- [Dependencies](#dependencies)
2323
- [Installation](#installation)
2424
- [Services Configuration](#services-configuration)
2525
- [tfhe-worker](#tfhe-worker)
@@ -49,7 +49,7 @@ The keys are stored by default in `fhevm-engine/fhevm-keys`.
4949

5050
### Coprocessor
5151

52-
#### Dependences
52+
#### Dependencies
5353

5454
- `docker-compose`
5555
- `rust`

0 commit comments

Comments
 (0)