-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(ecosystem): Add QuantumShield API to Services/Endpoints #891
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
Conversation
🟡 Heimdall Review Status
|
|
@mbennett-labs is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi there! Please unify the two submissions into one and tag me to review again. Thanks! |
|
@Must-be-Ash consolidated into single submission, ready for review |
|
@Must-be-Ash commits are now signed, ready for review |
Added metadata for QuantumShield API including name, category, logo URL, description, and website URL.
* feat: Add Bino partner information and logo to ecosystem * fix: update Bino website URL in metadata.json * fix: enhance Bino description in metadata.json for clarity and detail * chore: update Bino metadata for clarity and accuracy - Revised project description to better reflect the functionality of the AI agent framework. - Updated website URL to point to the GitHub repository for more relevant information.
* feat: add slam-ai to ecosystem * Update typescript/site/app/ecosystem/partners-data/slam-ai/metadata.json Update category to Services/Endpoints Co-authored-by: phdargen <[email protected]> --------- Co-authored-by: phdargen <[email protected]>
Check response status before settlement in PaymentFilter. Skip settlement if handler returns 4xx/5xx to avoid charging users for failed requests. Matches Go/Python/TypeScript middleware behavior.
* Add ZeroPay * Reduce logo size
coinbase#884) Co-authored-by: Cybercentry <[email protected]>
* svm: bump default compute unit limit to 8_000 * Increase DefaultComputeUnitLimit to 8000
Removed optional ATA Create from the exact scheme requirements.
* add adex aura * update description
* v2 fix for coinbase#660 * v2 fix for coinbase#314 * v2 fix for coinbase#752
- Add metadata.json for Hydra Protocol Facilitator - Add logo image for Hydra Protocol Facilitator - Supports base and solana networks - Supports exact scheme with EIP-3009 and SPL assets
Signed-off-by: Tomás Migone <[email protected]>
* feat: add xecho in facilitator * chore: update xecho description * chore: update metadata.json
* feat: prepare for default asset expansion * feat: pr feedback * feat: pr feedback regarding default asset changes * chore: revert go test changes * chore: revert go client test change
* fix 894 * strip all query (?) params and sections (#) from the url for discovery
Add oops402 as a Client-Side Integration that brings x402 to ChatGPT and Claude via remote MCP, enabling AI agents to discover paid tools, plan execution, and pay with budget controls. Co-authored-by: alerios <[email protected]>
… template, replacing direct HTML rendering with data attributes. (coinbase#919) * feat: Inject payment page configuration as a JavaScript object into a template, replacing direct HTML rendering with data attributes. * test: update paywall HTML assertions for new template structure and embedded config. * Update go/http/server.go Co-authored-by: phdargen <[email protected]> * refactor: remove cdpClientKey and fix other comments --------- Co-authored-by: phdargen <[email protected]>
* Add Permit2 Spec + Extension Specs * merge master * add Permit2 Exact EVM * fix typos * update text * patch react/next (coinbase#772) * update from permit2 scheme to permitType * fix payload scheme to remain exact and put permitType in extra * rename permitType to AssetTranserMethod * enforce batch for gas sponsoring textensions * add canonical address reference + x402PermitProxy deployment processes --------- Co-authored-by: phdargen <[email protected]>
x402jobs is a visual workflow builder for x402 that lets users chain paid resources, set markup, and publish as endpoints anyone can pay to run. Category: Infrastructure & Tooling Website: https://x402.jobs
* add go ci * fix format * add python to pr template * fix lint
* Add x402jobs to ecosystem x402jobs is a visual workflow builder for x402 that lets users chain paid resources, set markup, and publish as endpoints anyone can pay to run. Category: Infrastructure & Tooling Website: https://x402.jobs * Move x402jobs files to typescript/site and remove from root Removes incorrectly placed files from repository root: - app/ecosystem/partners-data/x402jobs/ - public/logos/x402jobs.svg Files are now correctly located in typescript/site/
* Adding QuickNode Ruby gems to Ecosystem * adding correct caregory * upadting-quicknode-logo * removing-quicknode-x402-payment-client
…t coverage for discovery extensions (coinbase#943) * lint fixes * test coverage
|
@Must-be-Ash - All my commits are now signed and verified. Note: the rebase to sign commits pulled in recent main branch commits. My actual changes are only to:
|
|
Closing in favor of cleaner PR #971 |

Summary
Adding QuantumShield API to the x402 ecosystem under Services/Endpoints.
About QuantumShield API
Security-as-a-service API for token risk analysis powered by x402 micropayments on Base. Provides comprehensive token security scores, honeypot detection, and holder risk analysis.
Changes
typescript/site/app/ecosystem/partners-data/quantumshield-api/metadata.jsontypescript/site/public/logos/quantumshield-api.png<!--Thanks for contributing to x402!
Please fill out the information below to help reviewers understand your changes.
Note: We require commit signing.
See here for instructions: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification
-->
Description
Tests
Checklist
- I have formatted and linted my code
- All new and existing tests pass
- My commits are signed (required for merge) -- you may need to rebase if you initially pushed unsigned commits
go vet ./...` from the `/go` directory-->