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 address input component with ENS support #34

Closed hone1er closed 5 months ago

hone1er commented 6 months ago

This pull request adds a new address input component with ENS (Ethereum Name Service) support. The component allows users to input Ethereum addresses and automatically resolves ENS names to their corresponding addresses. This improves the user experience by providing a more user-friendly way to input addresses and reduces the chance of errors when entering addresses manually.

https://github.com/wslyvh/nexth/assets/24376928/355e4888-f784-4061-99a6-9e73926fa9b2

vercel[bot] commented 6 months ago

@hone1er is attempting to deploy a commit to the useWeb3 Team on Vercel.

A member of the Team first needs to authorize it.

hone1er commented 6 months ago

Updated the styling of the ens dropdown and animation

https://github.com/wslyvh/nexth/assets/24376928/ea61d651-f00d-40ad-812f-21513d1565be

wslyvh commented 6 months ago

Love these PRs, thanks for contributing @hone1er

The screen recordings are great for reviewing! :)

hone1er commented 6 months ago

I think this is ready for now though I would like to later increase the scope of useEnsProfile to make a multicall that searches for all common "text" key values

If there is anything else missing you want added before merging just let me know and I'll get it added @wslyvh