Note
This project aims to make the functionality of enstate.rs accessible to React users,
- 🪝 React Hook for getting ENS Profiles
For documentation. Stick to the Typescript Intellisense.
Install use-enstate and let the magic happen.
npm install use-enstate
This library thingiemajig contains the following bits and bobs:
T
import { useProfile } from 'use-enstate';
export const ProfileComponent = () => {
const { address } = useProfile({
nameOrAddress: "luc.eth",
});
return <div></div>;
};
For more cool bits and bobs for ENS, checkout ens-tools!
LGPL-3.0 License