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

https://github.com/astroxnetwork/ord_snap

ord_snap
https://github.com/astroxnetwork/ord_snap

Last synced: 12 months ago
JSON representation

ord_snap

Awesome Lists containing this project

README

          

# OrdSnap

![Banner](assets/banner_2.jpg)

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)