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: 7 months ago
JSON representation
React component for ENS avatar image display with emoji as fallback
- Host: GitHub
- URL: https://github.com/talentlessguy/react-ens-avatar
- Owner: talentlessguy
- License: mit
- Created: 2022-01-31T11:42:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T12:54:10.000Z (about 4 years ago)
- Last Synced: 2025-04-22T01:46:01.287Z (11 months ago)
- Topics: ens, ethereum, react, react-hook
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
)
}
```