Skip to content

Commit b04cc41

Browse files
committed
Update README.md to reflect changes in script names and functionalities, including renaming PXE to wallet instances and adding a new script for block information retrieval.
1 parent 154758c commit b04cc41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,19 @@ You can find a handful of scripts in the `./scripts` folder.
164164
- `./scripts/deploy_account.ts` is an example of how to deploy a schnorr account.
165165
- `./scripts/deploy_contract.ts` is an example of how to deploy a contract.
166166
- `./scripts/fees.ts` is an example of how to pay for a contract deployment using various fee payment methods.
167-
- `./scripts/multiple_pxe.ts` is an example of how to deploy a contract from one PXE instance and interact with it from another.
167+
- `./scripts/multiple_wallet.ts` is an example of how to deploy a contract from one wallet instance and interact with it from another.
168168
- `./scripts/profile_deploy.ts` shows how to profile a transaction and print the results.
169169
- `./scripts/interaction_existing_contract.ts` demonstrates how to interact with an already deployed voting contract, including casting votes and checking vote counts.
170+
- `./scripts/get_block.ts` is an example of how to retrieve and display block information from the Aztec node.
170171

171172
### Utility Functions
172173

173174
The `./src/utils/` folder contains utility functions:
174175

175176
- `./src/utils/create_account_from_env.ts` provides functions to create Schnorr accounts from environment variables (SECRET, SIGNING_KEY, and SALT), useful for account management across different environments.
176-
- `./src/utils/setup_pxe.ts` provides a function to set up and configure the Private Execution Environment (PXE) service with proper configuration based on the environment.
177+
- `./src/utils/setup_wallet.ts` provides a function to set up and configure the TestWallet with proper configuration based on the environment.
177178
- `./src/utils/deploy_account.ts` provides a function to deploy Schnorr accounts to the network with sponsored fee payment, including key generation and deployment verification.
179+
- `./src/utils/sponsored_fpc.ts` provides functions to deploy and manage the SponsoredFPC (Fee Payment Contract) for handling sponsored transaction fees.
178180
- `./config/config.ts` provides environment-aware configuration loading, automatically selecting the correct JSON config file based on the `ENV` variable.
179181

180182
## **Error Resolution**

0 commit comments

Comments
 (0)