owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

ERC721Instance Demo Data #231

Closed vszammit closed 2 years ago

vszammit commented 2 years ago

The web3-redux project has 2 packages:

The web3-redux library comes with various hooks to make it easy to sync web3 data. One of these is the useERC721 hook which returns a tokenURI. This is then used by the SingleNFTInstance/ERC721Instance component to fetch and display preview data.

Add the Crypto Owls Demo Collection as a test collection.

vszammit commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-231 created! Clone with: git fetch && git checkout --track origin/issue-231 Rebase develop branch changes with: git checkout issue-231 && git rebase develop