A web application to scan and analyze Solana wallet transactions, identifying and categorizing durable nonce-related operations.
npm install
# or
yarn installDevelopment:
npm run dev
# or
yarn devOpen http://localhost:3000 in your browser.
Production:
npm run build
npm start