Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Feb 6, 2024
1 parent 0a50dbd commit 33f189b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/pxe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Main Components in an PXE Service

- [Acir Simulator](../simulator/)
- [Simulator](../simulator/)
- [Key Store](../key-store/)
- [Account State](./src/account_state/account_state.ts): It coordinates other components to synchronize and decrypt data, simulate transactions, and generate kernel proofs, for a specific account.

Expand Down
4 changes: 2 additions & 2 deletions yarn-project/simulator/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ACIR Simulator
# Simulator

## Responsibilities

This library package is responsible for simulating function circuits compiled to ACIR.
This library package is responsible for simulating function circuits compiled to ACIR / AVM.

Simulating a function implies generating the partial witness and the public inputs of the function, as well as collecting all the data (such as created notes or nullifiers, or state changes) that are necessary for components upstream.

Expand Down

0 comments on commit 33f189b

Please sign in to comment.