Add nostr-lib, carpet-ui and phoenixd infrastructure#1
Merged
matthiasdebernardini merged 3 commits intomainfrom Mar 12, 2026
Merged
Add nostr-lib, carpet-ui and phoenixd infrastructure#1matthiasdebernardini merged 3 commits intomainfrom
matthiasdebernardini merged 3 commits intomainfrom
Conversation
- nostr-lib: marketplace Nostr layer with NostrService, filters, zap, profile (nostr-sdk 0.44) - carpet-ui: Dioxus 0.7.3 UI with routes, components, and state management - Fix Dioxus.toml legacy fields and simplify main.rs for dx serve compatibility - Add workspace default-members excluding carpet-ui (needs platform features) - Add phoenixd Docker compose and justfile for Lightning node management - Add QR scan utility script Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Tailwind CSS build pipeline and restyle all pages (Marketplace, ListBrowse, Bounties, Wallet, Profile) and components (list_card, list_detail, bounty_card, wallet_card, zap_button, layout) with modern styling. Add mock data types and Tailwind watcher justfile recipe. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…warnings Add pre-commit config with cargo fmt, machete, clippy (pedantic), sem-diff, and conventional commit enforcement. Fix all formatting, unused dependency warnings, and clippy pedantic lints across the workspace. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
NostrService, filter builders, zap request handling, and profile management (nostr-sdk 0.44 + dcosl-core)Dioxus.tomlfields, simplifiedmain.rsto drop undeclared server deps, workspacedefault-membersexcludes carpet-ui (usedx serve -p carpet-ui)Test plan
cargo checkpasses (default workspace members)cargo check -p carpet-ui --features webpassescargo check -p nostr-libpassesdx serve -p carpet-uilaunches in browser with nav links🤖 Generated with Claude Code