Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 850 Bytes

Libraries.md

File metadata and controls

44 lines (25 loc) · 850 Bytes

Libraries

There are a couple libraries available for working with 1Sat Ordinals.

Javascript

js-1sat-ord

The JS library has its own docs site:

{% embed url="https://js.1satordinals.com/" %}

It's also available on github:

bitcoinschema/js-1sat-ord

bmapjs

npm i bmapjs

A transaction parser that supports 1Sat inscriptions and metadata.

{% embed url="https://github.com/rohenaz/bmap" %}

It's also available on github:

rohenaz/bmap\

Go

go-1sat-ord

A go library for creating 1Sat Ordinal transactions

bitcoinschema/go-1sat-ord

go-bmap

A transaction parser that supports 1Sat inscriptions and metadata.

bitcoinschema/go-bmap