Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bundle checker #111 #112

Closed

Conversation

cryptoduke01
Copy link

Issue Reference

Closes #34


Feature Description

This Pull Request introduces the BundleChecker tool, which allows users to analyze a given mint address on Solana and identify bundles or snipers originating outside the original mint bundle. Each bundle includes the following statistics:

  • % Supply: Percentage of the total supply held by the bundle.
  • SOL Spent: Total SOL spent by the bundle.
  • # of Unique Wallets: Number of unique wallets involved in the bundle.
  • Current Holdings: Amount currently held by the bundle.

Additionally, the tool provides an overall summary of all identified bundles.


Implementation Details

  • Created a new BundleChecker component in the src/features/bundle-checker/components/ directory.
  • Integrated with the useBundleAnalysis hook for API calls and analysis logic.
  • Designed the UI with TailwindCSS for a minimal and responsive user interface.
  • Ensured proper error handling and loading states for a seamless user experience.

Testing

The feature has been thoroughly tested locally using next dev. Key scenarios include:

  1. Valid mint addresses with multiple bundles.
  2. Invalid or empty mint addresses to ensure proper error handling.
  3. Different screen sizes to confirm responsive design works seamlessly.

No issues or conflicts were observed during testing.


Notes

  • This feature builds upon issue Feature for checking for snipers and bundles. #34 and integrates into the broader goals of Neur to provide robust "due diligence" tools for Solana-based projects.
  • Please let me know if any additional changes or improvements are needed.

Checklist

Copy link

vercel bot commented Jan 10, 2025

@cryptoduke01 is attempting to deploy a commit to the Neur Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature for checking for snipers and bundles.
2 participants