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