Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unisat-wallet/extension

The first open-source browser extension wallet for Bitcoin NFTs
https://github.com/unisat-wallet/extension

bitcoin extension ordinals

Last synced: about 1 month ago
JSON representation

The first open-source browser extension wallet for Bitcoin NFTs

Awesome Lists containing this project

README

        

# UniSat Wallet

UniSat Wallet - the first open-source browser extension wallet for Ordinals on bitcoin.

- Website: https://unisat.io/
- Twitter: https://twitter.com/unisat_wallet

## How to build

- Install [Node.js](https://nodejs.org) version 16
- Install [Yarn](https://yarnpkg.com/en/docs/install)
- Install dependencies: `yarn`
- Build the project to the `./dist/` folder with `yarn build:firefox` for Firefox
- Build the project to the `./dist/` folder with `yarn build:chrome` for Chrome
- Develop: `yarn build:chrome:dev`

## Special Thanks

Thanks to the MetaMask team for their contributions to the browser extension wallet community, UniSat Wallet relies heavily on their contributions.