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.
- Install the classic version of Yarn
- Run
yarn
to install packages- If
yarn
complains about your Node version, install nvm, then runnvm use 14.17.0
- If
- Run
yarn tsc && yarn eslint
to make sure TypeScript and ESLint are working - Run
yarn start
to start the development server
Add new pages to src/routes/Routes.tsx