NFT Finder is a tool to search through nft contracts on the RIZON blockchain.
# clone this repository
git clone https://github.com/rizon-world/nft-finder.git
cd nft-finder
yarn install
# run local app
yarn dev
you can modify a network to experiment on your local node or another remote node by managing the configuration in src/constants/mainnetConfig.ts
or src/constants/testnetConfig.ts
.
You can look the application at http://localhost:5173/
nft-finder-demo.mp4
node v18.15.0
npm v9.6.6
yarn v1.22.19