Collection of helpful React Hooks for Algorand DApps.
npm i awesomealgo-hooks
yarn add awesomealgo-hooks
- Integrations
useNfdLookup
- 🚀🚀🚀 - fetches NFD metadata from NFD API.useSubtopiaSubLookup
- 🚀🚀🚀 - fetches Subtopia subscription record from Subtopia Platform.
- Helpers
useShortAddress
- 🚀🚀🚀 - shortens a wallet address string.useExplorerUrl
- 🚀🚀🚀 - generates an explorer URL for a given address. Currently supports AlgoScan and AlgoExplorer.
Usage – how to import.
Unlicense – public domain.
Contribution – click to see the guideline.
Special thanks to everyone who contributed to the repository ❤️
- react-use - for providing a great set of examples on maintaining and distributing hook package repos.