hip2-dane
v0.4.2
Published
HIP-0002 Well-Known Wallets
Downloads
3
Readme
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)