NFT Hooks
zNFT Data Fetching Hooks. Retrieve pricing and NFT information to display on your own website.
This library consists of a data fetch class and associated React hooks to load NFT data is an easy, efficient manner. The API both batches and caches requests, meaning you can use the hooks across a page without needing to worry about significant performance penalties.
yarn add @zoralabs/nft-hooks
Then you can import and use the hooks in your react application:
All hooks:
Hook
Usage
Fetches on-chain zNFT data
useNFT
Fetches on-chain NFT data for any ERC721 (coming soon)
Fetches NFT metadata from a URL
Fetches text content from server for rendering from content URL
Configuration:
To set the network configuration, wrap the hooks used with the NFTFetchConfiguration
component.
Development:
git clone https://github.com/ourzora/nft-hooks
cd nft-hooks
npm i -g yarn
if you don't have yarn installedyarn
yarn run test
test your code
Pull requests and tickets are accepted for issues and improvements to this library.
Last updated
Was this helpful?