Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

opns_resolver

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opns_resolver

Module with function and express middleware to resolve OPNS domains (PoW Domains) on the Bitcoin Blockchain

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
8
-11.11%
Maintainers
1
Weekly downloads
 
Created
Source

OPNS Resolver

OPNS are PoW domains built as 1satordinal on the Bitcoin SV Blockchain, this module provides function and express middleware to resolve OPNS domains

Dynamic JSON Badge

opns_resolve( domain )

Basic function to call api an resolve an OPNS Domain

import { opns_resolve } from  "opns_resolver"

let domain = "bsvdirect"
let response = await opns_resolve( domain )
let { outpoint, origin, owner } = response

opns_serverPubKey()

Express controller that responds with server public key

opns_resolver( domain )

Express controller that calls to opns_resolve and responds with signed domain resolution

OP-NS documentation

Github repo from original Smart Contract

FAQs

Package last updated on 17 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts