Skip to content

ordinals.com

Index, block explorer, and command-line wallet

Package Information

  • Domain: ordinals.com
  • Name: ordinals.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ord

Programs

This package provides the following executable programs:

  • ord

Aliases

This package can also be accessed using these aliases:

  • ord

Available Versions

Show all 4 versions
  • 0.6.1, 0.6.0, 0.5.1, 0.5.0

Latest Version: 0.6.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ordinals.com@0.6.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ordinalscom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.