Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talentlessguy/react-ens-avatar

React component for ENS avatar image display with emoji as fallback
https://github.com/talentlessguy/react-ens-avatar

ens ethereum react react-hook

Last synced: 2 days ago
JSON representation

React component for ENS avatar image display with emoji as fallback

Awesome Lists containing this project

README

        

# react-ens-avatar

React component for ENS avatar image display with emoji as fallback. The package uses ENS avatar API to resolve all of the possible avatar formats (IPFS, Arweave, etc).

## Install

```sh
pnpm i react-ens-avatar
```

## Usage

```jsx
import { ENSAvatar } from 'react-ens-avatar'

const App = () => {
return (

)
}
```