Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexnguyennz/nft-dig
https://github.com/alexnguyennz/nft-dig
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexnguyennz/nft-dig
- Owner: alexnguyennz
- License: mit
- Created: 2023-04-17T03:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T20:40:45.000Z (about 1 year ago)
- Last Synced: 2024-08-15T04:37:38.393Z (5 months ago)
- Language: TypeScript
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NFT Dig is a multichain NFT viewer. You can also connect your wallet to use your own address.
Works with [ENS](https://ens.domains/) and [Unstoppable Domains](https://unstoppabledomains.com/).
#### Supported formats:
- images
- videos
- audio
- 3D models### Supported Chains
#### Mainnet
- Ethereum
- Polygon
- Binance
- Avalanche
- Fantom
- Cronos
- Arbitrum
- Palm#### Testnet
- Goerli
- Sepolia
- Mumbai
- Binance### Main Tools
#### Frontend
- [Next.js](https://nextjs.org/) - frontend
- [TailwindCSS](https://tailwindcss.com/) - CSS framework
- [Chakra UI](https://chakra-ui.com/) - React UI components
- [React Query](https://tanstack.com/query/latest) - data fetching/caching
- [Zustand](https://github.com/pmndrs/zustand/) - state management
- [Cloudinary](https://cloudinary.com/) & [ImageKit](http://imagekit.io/) - media transformations
- [Jest](https://jestjs.io/) & [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) - testing#### Backend
- [Moralis](https://moralis.io) - NFT data
- [Golang](https://go.dev) & [gorilla/mux](https://github.com/gorilla/mux/) - HTTP router / REST API