wslyvh / nexth

A Next.js + Ethereum starter kit with Viem, Wagmi, Web3Modal, SIWE, Tailwind, daisyUI and more to quickly ship production-ready Web3 Apps ⚡
https://nexth.vercel.app/
MIT License
671 stars 141 forks source link

Add Fetch ENS Address Example #12

Closed Envoy-VC closed 1 year ago

Envoy-VC commented 1 year ago

Changes

Add a new example under src/pages/examples/ which resolves ens names to address using useEnsAddress hook from wagmi

Contributing to Issue #4

Deployed Vercel address: https://nexth-3opluk9wv-envoy-vc.vercel.app/examples/fetch-ens

vercel[bot] commented 1 year ago

@Envoy-VC is attempting to deploy a commit to the useWeb3 Team on Vercel.

A member of the Team first needs to authorize it.

Envoy-VC commented 1 year ago

Hey @wslyvh can you please take a look at this example

wslyvh commented 1 year ago

Hi @Envoy-VC - this is great! Thank you so much for contributing

Sorry for the delay here.. Merged!

wslyvh commented 1 year ago

If you feel like it, it would be nice to make an example that works the other way as well. Fetch an ENS name from an address.

Could combine both on the same example page.

Envoy-VC commented 1 year ago

Thanks, will surely work on the other way.