UniSat Wallet - the first open-source browser extension wallet for Ordinals on bitcoin.
- Website: https://unisat.io/
- Twitter: https://twitter.com/unisat_wallet
- Install Node.js version 16
- Install Yarn
- Install dependencies:
yarn
- Build the project to the
./dist/
folder withyarn build:firefox
for Firefox - Build the project to the
./dist/
folder withyarn build:chrome
for Chrome - Develop:
yarn build:chrome:dev
Thanks to the MetaMask team for their contributions to the browser extension wallet community, UniSat Wallet relies heavily on their contributions.