Well-Known Wallets Client for Handshake domains

HIP2

Usage

import { init, getAddress } from 'well-known-wallets-hns';

init('192.168.1.55'); // HSD node

getAddress('mydomain.hns')
  .then((addr) => console.log(addr))
  .catch((err) => console.log(err));