Skip to content

Browser, Client side libraries that implement 1 Sat Ordinals and Global Ordinal Lock Book functions leveraging the legacy bsv library.

Notifications You must be signed in to change notification settings

febles24/oneSatOrdinals.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

oneSatOrdinals.js

Overview

This library implements 1Sat Ordinals and Global Order Ordinal Lock Book functions such as inscribing with Magic Attribute Protocol (MAP) support, sending Ordinals as well as Listing, Canceling and Purchasing Inscriptions.

This code is designed to simply be included as a script tag, for Web Browser use only.

To include, simply setup script tags IN ORDER, BEFORE writing any JavaScript as per the example index.html file:

<script src="./scripts/bsv.browser.min.js"></script>
<script src="./scripts/helpers.js"></script>
<script src="./scripts/oneSatOrdinals.js"></script>

This library depends on the bsv-legacy 1.5.6 library.

A helpers.js file is included with useful functions such as fetching UTXOs, broadcasting transactions, data conversion and paying for arbitrary Bitcoin transactions.

Use as you see fit, feel free to leave any feedback on the Issues tab.

About

Browser, Client side libraries that implement 1 Sat Ordinals and Global Ordinal Lock Book functions leveraging the legacy bsv library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%