Skip to content

walnuthq/miden-web-boilerplate

Repository files navigation

Miden Web Boilerplate

A starter template for building privacy-preserving web applications on Miden. Miden Web Boilerplate screenshot

This boilerplate provides a complete setup with Vite, React, TypeScript, and shadcn/ui, it builds upon the Miden Bank tutorial with examples of how to use the Miden React SDK and the Miden Wallet Adapter.

Features

  • Miden Rust Compiler to build smart contracts on Miden using Rust.
  • Miden React SDK for deploying and interacting with Miden accounts on-chain.
  • Miden Wallet Adapter for using the Miden Wallet browser extension wallet.

Quick Start

You can test a live demo of the boilerplate deployed on production.

Prerequisites

  • Node.js >= 22.0.0
  • pnpm package manager
  • midenup installed and configured with the stable toolchain

Installation

# Clone the repository
git clone https://github.com/walnuthq/miden-web-boilerplate.git
cd miden-web-boilerplate

# Install dependencies
pnpm install

Build contracts & start development server

# Build contracts using miden build --release
pnpm build:contracts

# Start the development server
pnpm dev

The application will be available at http://localhost:5173

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors