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.