Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexnguyennz/nft-dig


https://github.com/alexnguyennz/nft-dig

Last synced: about 1 month ago
JSON representation

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