demo-wallet

Demo Wallet

A reference test wallet to showcase how Mina Wallet Adapter can be integrated with Mina wallets

Mina Demo Wallet

A reference implementation of a Mina browser extension wallet supporting Wallet Standard. It showcases how the Mina Wallet Adapter can be easily integrated into existing or new wallets within the Mina Protocol ecosystem.

screenshot

How to build

  1. Clone this git repository and change to the project directory
git clone https://github.com/mina-wallet-adapter/demo-wallet.git
cd demo-wallet
  1. Install the dependencies
npm install
  1. For local development, start a development server.
npm run dev
  1. To create a production version of the extension, run build.
npm run build

How to test

You can preview the production build on any Chromium-powered browser like Chrome, Edge, Brave, etc.

  • Go to chrome://extensions
  • Enable developer mode by clicking the toggle switch in the top-right corner
  • Drag the build directory into the window
  • Chrome will load the extension, and you should see Mina Demo Wallet listed in the extensions menu.

Top categories

Loading Svelte Themes