Issue #2 - Add backend key service skeleton - Ticket 1#14
Merged
Conversation
Add Fastify API skeleton with health, version, nonce, and key-request routes. Introduce typed environment config, fail-closed placeholder services for signature verification, chain access, and key custody, and document the backend setup while leaving server-side Pinata uploads for Ticket 02.
knzeng-e
commented
May 31, 2026
| 8. Establish signaling connection. | ||
| 9. Assert listener enters connected state. | ||
| 10. Assert host disconnect cleanup is reflected in listener UI. | ||
| 9. Assert listener enters connected state without wallet/signature. |
Owner
Author
There was a problem hiding this comment.
on second thought, we may need a way to "identify" the listeners. How can this be achieved without wallet/signature ?
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.
Summary
Addresses #2 by adding the initial backend API skeleton for Dotify's production spine.
This PR introduces a dedicated
services/apipackage that begins moving production-sensitive responsibilities out of the frontend and into a backend boundary.What changed
services/apiTypeScript backend package..env.example..gitignore.Production spine alignment
This is the first step toward:
Review focus
Please review especially:
Follow-up tickets
Notes
This PR should stay scoped to the backend skeleton. It should not implement the full upload pipeline or final content-key delivery yet.