Skip to content

Get easy to understand information about any solana mint

Notifications You must be signed in to change notification settings

alchemistgo87/mint-info-app

 
 

Repository files navigation

Mint Information App

Get information about any solana mint. Currently it supports following types of txns:

  • NFT was minted
  • NFT was transferred
  • NFT was listed on Magic Eden
  • NFT listing was cancelled on Magic Eden
  • NFT was bought on Magic Eden

Example Mint Addresses: 2xwirUyVWA3FwKVHFCgSJmSeApaBVMY31LXwQcjQgwP2 2cQaPyqMaRhU4d9kASVtehNnBYekisjVVf3oTKao3K9E AwxYN9K7ThQEKvKLgdneNSk1fJTn2raCriGDVWooxnh9

Note: To change maximum activities to show: Go to src/constants/constants.ts and update MAX_ACTIVITIES constant.

Getting started

  1. Install the classic version of Yarn
  2. Run yarn to install packages
    • If yarn complains about your Node version, install nvm, then run nvm use 14.17.0
  3. Run yarn tsc && yarn eslint to make sure TypeScript and ESLint are working
  4. Run yarn start to start the development server

Development

Add new pages to src/routes/Routes.tsx

About

Get easy to understand information about any solana mint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.7%
  • CSS 20.2%
  • JavaScript 5.8%
  • HTML 1.3%