0.0.1-10 • Published 2 months ago

use-enstate v0.0.1-10

Weekly downloads
-
License
LGPL-3.0
Repository
-
Last release
2 months ago

use-enstate

Note

This project aims to make the functionality of enstate.rs accessible to React users,

Features

  • 🪝 React Hook for getting ENS Profiles

Documentation

For documentation. Stick to the Typescript Intellisense.

Installation

Install use-enstate and let the magic happen.

npm install use-enstate

Usage

This library thingiemajig contains the following bits and bobs:

⚛️🪝 Getting an Ethereum Profile

T

import { useProfile } from 'use-enstate';

export const ProfileComponent = () => {
    const { address } = useProfile({
        nameOrAddress: "luc.eth",
    });

    return <div></div>;
};

🛠️ ens-tools

For more cool bits and bobs for ENS, checkout ens-tools!

⚖️ License

LGPL-3.0 License

0.0.1-10

2 months ago

0.0.1-9

2 months ago

0.0.1-8

2 months ago

0.0.1-7

10 months ago

0.0.1-6

10 months ago

0.0.1-5

10 months ago

0.0.1-4

10 months ago

0.0.1-1

10 months ago

0.0.1

10 months ago