Skip to content

feat: add compare command for side-by-side token comparison (Fixes #23)#42

Merged
codegraphtheory merged 1 commit into
mainfrom
review/pr33-compare
Jun 4, 2026
Merged

feat: add compare command for side-by-side token comparison (Fixes #23)#42
codegraphtheory merged 1 commit into
mainfrom
review/pr33-compare

Conversation

@codegraphtheory

Copy link
Copy Markdown
Owner

Description

Closes #23 (Bounty: 500,000 $RUG)

Adds solana-rug compare <MINT1> <MINT2> with side-by-side ASCII table output, --json mode, and --sort score|name|age|liquidity.

Acceptance Criteria

  • compare command works for 2+ tokens
  • ASCII table with Safety Score, Risk Level, Price, Liquidity, Holders, etc.
  • Sorted by safety score ascending (riskiest first) by default
  • --sort flag for score, name, age, liquidity
  • --json flag outputs array
  • Error handling: failed token shows ERROR, continues with others
  • 3 test cases

Quality Checks

@lb1192176991-lab please post your Solana wallet address for the bounty payment.

Co-authored-by: lb1192176991-lab <lb1192176991-lab@users.noreply.github.com>
@codegraphtheory codegraphtheory merged commit bf7577c into main Jun 4, 2026
3 checks passed
@codegraphtheory codegraphtheory deleted the review/pr33-compare branch June 4, 2026 16:46
@lb1192176991-lab

Copy link
Copy Markdown
Contributor

Thanks @codegraphtheory! Here is my Solana wallet address for the bounty:

6MZtWYAvneZyAXq4ZKaF3bWPeS99SQ3xjmKp6XwAeh3D

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.

Cross-token comparison mode: solana-rug compare

2 participants