# 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](https://github.com/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](https://github.com/rohenaz/bmap)<br>

## Go

### go-1sat-ord

A go library for creating 1Sat Ordinal transactions\
\
[bitcoinschema/go-1sat-ord](https://github.com/bitcoinschema/go-1sat-ord)

### go-bmap

A transaction parser that supports 1Sat inscriptions and metadata.\
\
[bitcoinschema/go-bmap](https://github.com/bitcoinschema/go-bmap)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.1satordinals.com/libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
