Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 573 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 573 Bytes

Aztec Vanilla Starter Kit

This is a "frameworkless" starter dapp for use with Aztec.

Getting Started

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