APIs
API wrapper for getHemiNames
const walletAddress = '---Enter Wallet Address---'
const response = fetch(`https://getheminames.me/api/domainSearch?address=${walletAddress}`)const name = '---Enter domain name (semi.hemi)---'
const response = fetch(`https://getheminames.me/api/addressresolver?name=${name}`)Last updated