Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T07:07:56.000Z (16 days ago)
- Last Synced: 2024-12-20T06:02:38.665Z (14 days ago)
- Topics: bitcoin, extension, ordinals
- Language: TypeScript
- Homepage:
- Size: 3.29 MB
- Stars: 884
- Watchers: 34
- Forks: 342
- Open Issues: 33
-
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.