Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T12:54:10.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T08:31:16.088Z (about 2 months ago)
- Topics: ens, ethereum, react, react-hook
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 10
- 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 (
)
}
```