Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 999 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 999 Bytes

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