Skip to content

Minimalist DApp for viewing Ethereum ERC721 NFT contracts.

Notifications You must be signed in to change notification settings

samwarwick/nft-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-explorer

Minimalist DApp for viewing Ethereum ERC721 NFT contracts.

Originally created to provide a simple way to visualise the Castle NFTs created as a result of the How to write & deploy an NFT Ethereum tutorial.

Deployed to samwarwick.github.io/nft-explorer

Stack

Instructions

  1. npm install --legacy-peer-deps
  2. npm start
  3. http://localhost:3000
  4. Connect MetaMask to the Rinkeby testnet and view the sample contract.

Notes

The contract response from ethers can be mocked by setting MOCK_WEB3=true in the top of App.js.

A maximum of ten NFTs are shown. This is determined by MAX_TOKENS in App.js.

About

Minimalist DApp for viewing Ethereum ERC721 NFT contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published