Skip to content

btccom/wallet-extension

Repository files navigation

BTC.com Wallet

BTC.com Wallet - the open-source browser extension wallet for Ordinals on bitcoin.

How to build

  • Install Node.js version 16
  • Install Yarn
  • Install dependencies: yarn
  • Build the project to the ./dist/ folder with yarn build:chrome for Chrome
  • Develop: yarn build:chrome:dev