https://github.com/astroxnetwork/ord_snap
ord_snap
https://github.com/astroxnetwork/ord_snap
Last synced: 12 months ago
JSON representation
ord_snap
- Host: GitHub
- URL: https://github.com/astroxnetwork/ord_snap
- Owner: AstroxNetwork
- Created: 2023-03-16T03:33:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T13:50:01.000Z (about 3 years ago)
- Last Synced: 2025-04-04T11:37:17.846Z (about 1 year ago)
- Language: TypeScript
- Size: 848 KB
- Stars: 15
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OrdSnap

An Metamask Flask Snap Plugin, it does:
1. Use Metamask as your bitcoin wallet [x]
2. Send/Receive Bitcoin [x]
3. Send/Receive/~~Inscribe~~ Ordinals [x]
4. Use Lightning Network (WIP)
5. Use Nostr (WIP)
## Quick Start
```bash
yarn install && yarn build:all && yarn demo:local
```
## Example code,
In [packages/example/frontend/Intro.tsx](./packages/example/frontend/Intro.tsx)
## Documentation
WIP
## Components and install instructions
1. [Download Metamask Flask](https://metamask.io/flask/)
and uninstall/disable old metamask
2. Go to example page or any supported page, install OrdSnap before run
3. Can sign message afterwards
## Build With and Inspired By:
1. [Ordinals](https://ordinals.com/)
2. [BitcoinJS](https://github.com/bitcoinjs/bitcoinjs-lib)
3. [Metamask Snap](https://github.com/MetaMask/template-snap-monorepo)
4. [UniSat](https://github.com/unisat-wallet/extension)
5. [Schnorr_snap](https://github.com/neeboo/schnorr_snap)