Skip to content

ardata-tech/qubic-wallet

 
 

Repository files navigation

Qubic Wallet

Qubic Wallet is a MetaMask Snap that provides Qubic capabilities such as public key derivation, transaction signing, and broadcasting. It integrates with MetaMask to enable secure and seamless interactions with the Qubic blockchain.

Prerequisites

  • MetaMask Flask installed
  • A text editor (for example, VS Code)
  • Node version 20.11 or later
  • Yarn

Getting Started

From the root of the project, install the project dependencies using Yarn:

yarn install

You may get a warning like the following:

@lavamoat/allow-scripts has detected dependencies without configuration. explicit configuration required. run "allow-scripts auto" to automatically populate the configuration.

You can fix this by running the following command:

yarn allow-scripts auto

Build the dApp and the Snap:

yarn build

Start the development server:

yarn start

You are now serving the Snap at http://localhost:8080 and its front-end dapp at http://localhost:8000.

About

Manage Qubic assets with MetaMask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • CSS 5.2%
  • JavaScript 3.7%
  • Dockerfile 1.4%
  • Shell 0.3%