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 year ago
JSON representation
The first open-source browser extension wallet for Bitcoin NFTs
- Host: GitHub
- URL: https://github.com/unisat-wallet/extension
- Owner: unisat-wallet
- License: other
- Created: 2023-02-22T09:21:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T00:28:11.000Z (about 1 year ago)
- Last Synced: 2025-05-09T02:02:13.955Z (about 1 year ago)
- Topics: bitcoin, extension, ordinals
- Language: TypeScript
- Homepage:
- Size: 5.25 MB
- Stars: 898
- Watchers: 32
- Forks: 362
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.