Skip to content
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

add nostrcheck-server to Appstore #975

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import damus from "src/assets/suggested-apps/damus.png";
import hablanews from "src/assets/suggested-apps/habla-news.png";
import kiwi from "src/assets/suggested-apps/kiwi.png";
import lume from "src/assets/suggested-apps/lume.png";
import nostrcheckserver from "src/assets/suggested-apps/nostrcheck-server.png";
import nostrudel from "src/assets/suggested-apps/nostrudel.png";
import nostur from "src/assets/suggested-apps/nostur.png";
import paperScissorsHodl from "src/assets/suggested-apps/paper-scissors-hodl.png";
Expand Down Expand Up @@ -579,6 +580,58 @@ export const suggestedApps: SuggestedApp[] = [
</>
),
},
{
quentintaranpino marked this conversation as resolved.
Show resolved Hide resolved
id: "nostrcheck-server",
title: "Nostrcheck Server",
description: "Sovereign Nostr services",
webLink: "https://github.com/quentintaranpino/nostrcheck-server",
logo: nostrcheckserver,
guide: (
<>
<div>
<h3 className="font-medium">In Alby Hub</h3>
<ul className="list-inside text-muted-foreground">
<li>
4. Click{" "}
<Link
to="/apps/new?app=nostrcheck-server"
className="font-medium text-foreground underline"
>
Connect to Nostrcheck Server
</Link>
</li>
<li>5. Set app's wallet permissions (full access recommended)</li>
</ul>
</div>
<div>
<h3 className="font-medium">In Nostrcheck server</h3>
<ul className="list-inside text-muted-foreground">
<li>
1. Go to {" "}
quentintaranpino marked this conversation as resolved.
Show resolved Hide resolved
<span className="font-medium text-foreground">Settings</span> and
choose{" "}
<span className="font-medium text-foreground">
Payments
</span>
tab
</li>
<li>
2. Scroll to Nostr wallet connect settings and paste the {" "}
quentintaranpino marked this conversation as resolved.
Show resolved Hide resolved
<span className="font-medium text-foreground">connection secret</span>
from Alby Hub
</li>
<li>
3. Press the {" "}
quentintaranpino marked this conversation as resolved.
Show resolved Hide resolved
<span className="font-medium text-foreground">
Save
</span>
button
</li>
</ul>
</div>
</>
),
},
{
id: "nostrudel",
title: "noStrudel",
Expand Down