Skip to content

Commit

Permalink
add nostrcheck-server to Appstore (#975)
Browse files Browse the repository at this point in the history
* add nostrcheck-server to appstore

* fix typos.
  • Loading branch information
quentintaranpino authored Jan 14, 2025
1 parent c96d789 commit c9cbb4e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
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[] = [
</>
),
},
{
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>
1. Click{" "}
<Link
to="/apps/new?app=nostrcheck-server"
className="font-medium text-foreground underline"
>
Connect to Nostrcheck Server
</Link>
</li>
<li>2. 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 {" "}
<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 {" "}
<span className="font-medium text-foreground">connection secret</span>
{" "}from Alby Hub
</li>
<li>
3. Press the {" "}
<span className="font-medium text-foreground">
Save
</span>
{" "}button
</li>
</ul>
</div>
</>
),
},
{
id: "nostrudel",
title: "noStrudel",
Expand Down

0 comments on commit c9cbb4e

Please sign in to comment.