This is a "frameworkless" starter dapp for use with Aztec.
Install Aztec as per the getting started documentation.
Clone this repository:
git clone https://github.com/aztecprotocol/aztec-starter-vanilla
Ensure corepack is installed. Enable corepack and install dependencies:
corepack enable
yarn install
Run tests:
yarn test
Serve the dapp in development mode:
yarn serve
Build the dapp for distribution:
yarn build