ordinals_sdk 1.0.0 copy "ordinals_sdk: ^1.0.0" to clipboard
ordinals_sdk: ^1.0.0 copied to clipboard

A comprehensive Dart SDK for Bitcoin Ordinals, BRC-20 tokens, and inscription management. Supports Taproot inscriptions, PSBT building, and marketplace integration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ordinals_sdk

With Flutter:

 $ flutter pub add ordinals_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ordinals_sdk: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ordinals_sdk/ordinals_sdk.dart';
0
likes
110
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart SDK for Bitcoin Ordinals, BRC-20 tokens, and inscription management. Supports Taproot inscriptions, PSBT building, and marketplace integration.

Documentation

API reference

License

MIT (license)

Dependencies

bitcoin_base, collection, crypto, decimal, dio, meta

More

Packages that depend on ordinals_sdk