This is a sample Aztec frontend powered by Aztec SDK and Create React App.
By default, the project works on the Aztec Testnet.
You can try it out on: https://aztec-frontend-boilerplate.netlify.app/
A user with Metamask may interact with the Aztec Network using the project. Its functions cover:
- Connect to Metamask
- Register / Login an Aztec account
- Deposit ETH onto Aztec
- Swap ETH to wstETH through Aztec
- Log balances on Aztec
- Initialize the Aztec SDK
- Log the Aztec SDK
- Log knwon bridges on the Aztec Testnet
See App.tsx for more details.
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser. When you make changes, the page will automatically reload.
Builds the app for production to the build
folder.
It bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
See the deployment section of the Create React App documentation for more details.
To learn more about the Aztec SDK, visit the Aztec Docs.
To learn more about React, visit the React documentation.