Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 420 Bytes

CloverPool Wallet

CloverPool 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