This is a frontend boilerplate designed for projects built by zkEmail. It comes preconfigured with essential utilities and libraries to streamline development for zkEmail-based applications.
- Preconfigured with @zk-email/relayer-utils: Easily integrate with zkEmail's relayer infrastructure.
- Includes @zk-email/sdk: Provides necessary SDK utilities for seamless interaction with zkEmail.
- Integrated zk-emails component library: Ready-to-use UI components tailored for zkEmail applications.
- Optimized for rapid development: Comes with a clean project structure, essential dependencies, and best practices for frontend development.
Ensure you have the following installed:
- Node.js (>= 18.x)
- Yarn or npm
Clone the repository and install dependencies:
# Using Git
git clone https://github.com/zkemail/frontend-boilerplate.git
cd frontend-boilerplate
# Install dependencies
yarn install # or npm install
yarn link
create-zkemail-frontend-boilerplate
We welcome contributions! Feel free to submit issues and pull requests.