Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Dash Bridge

[![CI](https://github.com/PastaPastaPasta/dash-bridge/actions/workflows/deploy.yml/badge.svg)](https://github.com/PastaPastaPasta/dash-bridge/actions/workflows/deploy.yml)
![Evo SDK](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FPastaPastaPasta%2Fdash-bridge%2Fmain%2Fpackage.json&query=%24.dependencies%5B%22%40dashevo%2Fevo-sdk%22%5D&label=%40dashevo%2Fevo-sdk&color=blue)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

# Find and check package.json for `@dashevo/evo-sdk` location
fd -t f 'package.json' | head -5

Repository: PastaPastaPasta/dash-bridge

Length of output: 83


🏁 Script executed:

# Extract the section where `@dashevo/evo-sdk` is declared and its value
cat package.json | grep -A 50 '"dependencies"' | grep -B 5 -A 5 '@dashevo/evo-sdk' && echo "---" && cat package.json | grep -A 50 '"devDependencies"' | grep -B 5 -A 5 '@dashevo/evo-sdk'

Repository: PastaPastaPasta/dash-bridge

Length of output: 285


🏁 Script executed:

# Check the current badge syntax in README.md at line 4
sed -n '1,10p' README.md

Repository: PastaPastaPasta/dash-bridge

Length of output: 670


Make the Evo SDK badge clickable by wrapping it in a hyperlink.

The badge currently has no link target. For consistency with the CI badge above it and to allow readers to navigate to the package details, wrap it in a Markdown hyperlink pointing to the npm registry.

✏️ Proposed fix
-![Evo SDK](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FPastaPastaPasta%2Fdash-bridge%2Fmain%2Fpackage.json&query=%24.dependencies%5B%22%40dashevo%2Fevo-sdk%22%5D&label=%40dashevo%2Fevo-sdk&color=blue)
+[![Evo SDK](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FPastaPastaPasta%2Fdash-bridge%2Fmain%2Fpackage.json&query=%24.dependencies%5B%22%40dashevo%2Fevo-sdk%22%5D&label=%40dashevo%2Fevo-sdk&color=blue)](https://www.npmjs.com/package/@dashevo/evo-sdk)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
![Evo SDK](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FPastaPastaPasta%2Fdash-bridge%2Fmain%2Fpackage.json&query=%24.dependencies%5B%22%40dashevo%2Fevo-sdk%22%5D&label=%40dashevo%2Fevo-sdk&color=blue)
[![Evo SDK](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FPastaPastaPasta%2Fdash-bridge%2Fmain%2Fpackage.json&query=%24.dependencies%5B%22%40dashevo%2Fevo-sdk%22%5D&label=%40dashevo%2Fevo-sdk&color=blue)](https://www.npmjs.com/package/@dashevo/evo-sdk)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 4, The Evo SDK badge image Markdown (![Evo
SDK](https://img.shields.io/badge/dynamic/json?url=...)) has no link target;
wrap that image in a Markdown link pointing to the package page (for example
https://www.npmjs.com/package/@dashevo/evo-sdk) so the badge becomes clickable,
i.e. replace the standalone image token with a hyperlink that contains the same
image token.


A non-custodial bridge for converting Dash Core funds to Dash Platform credits.

## Features
Expand Down