Skip to content

demox-labs/miden-wallet-demo

 
 

Repository files navigation

Miden Wallet Demo

This is a NextJS-based demo site for the Miden Wallet Adapter to be used on the Miden blockchain.

The goal of this demo is to show how to build a website that integrates with wallets like the Miden Wallet


Demo

You can find this site live here

🚀 Quick Start

Ensure you have:

  • Node.js 12 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/demox-labs/miden-wallet-demo && cd miden-wallet-demo

2) Install dependencies

yarn

3) Development

Run a local server on localhost:3000.

yarn dev

4) Build

yarn build

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.0%
  • CSS 6.8%
  • JavaScript 3.2%