/hip2-dane

Primary LanguageJavaScriptThe UnlicenseUnlicense

DANE-based HIP-0002 Well-Known Wallets

Usage

npm i hip2-dane

const { fetchAddress, setServers } = require('hip2-dane')

setServers([
  '127.0.0.1:5350'
])

fetchAddress('iamfernando', 'hns').then(console.log)