Skip to content

Manage Qubic assets and connect to Qubic apps with MetaMask.

Notifications You must be signed in to change notification settings

RealWorld777/qubic-mm-snap

 
 

Repository files navigation

Qubic Wallet Snap

The Qubic Wallet Snap is a MetaMask extension that has Qubic capabilities such as public key derivation and transaction signing.

Usage

Install via NPM.

npm add @qubic-lib/qubic-mm-snap

Starting the snap

Install the latest version of the Snaps CLI

pnpm setup
pnpm add -g @metamask/snaps-cli

Install the dependencies

pnpm i

Build and start the local development server

pnpm start

Using the snap

The production snap is available as Snap ID npm:@qubic-lib/qubic-mm-snap.

The locally started snap is available as Snap ID local:http://localhost:8081.

See the RPC API for more information on how to interact with the snap.

Publish

publish with.

npm run build
npm publish --access public

LICENSE

All Qubic Software is licensed unter the Anti Military License: https://github.com/qubic-network/license

About

Manage Qubic assets and connect to Qubic apps with MetaMask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 16.8%