add SCVD General Store (Services/Endpoints) - #273
Open
cv-scvd wants to merge 1 commit into
Open
Conversation
Adds a metadata.json entry and logo for SCVD General Store, an x402 store on Base mainnet. Every artifact it sells is signed, and anyone can verify those receipts against the chain for free, with no account. Alongside the store, we maintain and publish the open-source tooling behind it. It is MIT licensed, dependency free, and works on any issuer's x402 artifacts, not just ours: - x402-verify: https://www.npmjs.com/package/x402-verify - x402-sign: https://www.npmjs.com/package/x402-sign - a free conformance desk: POST https://scvd.store/api/conformance/v1 - a free endpoint preflight check: POST https://scvd.store/api/preflight/v1 Why this is infrastructure and not only a listing: a census of the x402 discovery list, reproducible through the preflight checker, found that 34 of 35 listed hosts serve no signed offers at all. The store is a reference deployment of the signer and verifier above. The goal is to make pre-payment offer verification something any x402 service can adopt. Store: https://scvd.store Verify any receipt: https://scvd.store/api/verify/{id}
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a metadata.json entry and logo for SCVD General Store, an x402 store on Base mainnet. Every artifact it sells is signed, and anyone can verify those receipts against the chain for free, with no account.
Alongside the store, we maintain and publish the open-source tooling behind it. It is MIT licensed, dependency free, and works on any issuer's x402 artifacts, not just ours:
Why this is infrastructure and not only a listing: a census of the x402 discovery list, reproducible through the preflight checker, found that 34 of 35 listed hosts serve no signed offers at all. The store is a reference deployment of the signer and verifier above. The goal is to make pre-payment offer verification something any x402 service can adopt.
Store: https://scvd.store
Verify any receipt: https://scvd.store/api/verify/{id}