0.2.0 • Published 3 years ago
well-known-wallets-dane v0.2.0
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)