@effectstream/ord
Package:
@effectstream/ord· Source
A pinned ord binary, packaged for
npm. Installing this drops a versioned ord CLI into
node_modules/.bin for EffectStream's Bitcoin / Ordinals dev workflows.
Install
bun add @effectstream/ord
# or
npm install @effectstream/ord
Standalone usage
Once installed:
# Inspect an inscription via the bundled binary
bunx ord --regtest server --help
# Or invoke through this package
bun run --bun @effectstream/ord/start -- --regtest server
The package downloads the pinned tarball for your platform on first invocation.
Inside EffectStream
The Bitcoin orchestrator step pairs this with @effectstream/bitcoin-core
to expose an ord-indexed view of the local regtest chain, used by
Ordinals-aware templates and E2E tests.