Skip to content

Commit

Permalink
update links and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkarrot committed Oct 15, 2023
1 parent d50ea98 commit ecaf0d5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/content/post/lightning-prisms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
publishDate: 2023-03-23T00:00:00Z
publishDate: 2023-10-02T00:00:00Z
title: Lightning Prisms with LNBits
excerpt: A step by step how-to guide to create a Lightning Prism split payments with LNBits
image: /images/lnprisms/lnprisms.webp
Expand Down
42 changes: 21 additions & 21 deletions src/content/post/resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
publishDate: 2023-08-16T17:25:00Z
publishDate: 2023-10-14T17:25:00Z
title: Introducing Plebnet.dev Resources
author: bitc0indad
description: A new suite of resources being made available to PlebNet Devs.
Expand All @@ -13,39 +13,39 @@ At [Plebnet.dev](https://plebnet.dev), our aim is to continually enrich our user

### **Resources:**

- **LNBits Testnet**
- **LNBits Testnet**
Explore the Lightning Network on testnet. A playground for developers and enthusiasts.
[Check it out here](https://testnet.plebnet.dev)

- **Testnet Lightning Node**
- **Testnet Lightning Node**
Core Lightning on Testnet. Feel free to open a channel to us.
[Find us here](https://mempool.space/testnet/lightning/node/03ba00a57cec1cef4873065ad54d0912696274cc53155b29a3b1256720e33a0943)

- **Signet Lightning Node**
Feel free to open a channel to us
(Coming Soon)
- **Testnet Faucet**
For testnet funds, see [htlc.me](http://htlc.me/).

- **Testnet and Signet Faucets**
In the pipeline. Stay tuned! In the meantime, for testnet funds, you might want to try [htlc.me](http://htlc.me/).
- **Signet Lightning Node**
Feel free to open a channel to us. (Coming Soon)

- **Nostr Relay**
An LNBits integrated relay - access with Testnet sats, for project testing. [Explore here](https://testnet.plebnet.dev/nostrrelay/1)
- **Signet Faucets**
In the pipeline. Stay tuned!

- **Nostrogen**
A fork of the simple nostr vanity address generator. [Access here](https://nostrogen.plebnet.dev/)

- **Rate Converter**
- **Rate Converter**
See how many satoshis your fiat is worth. [Check it out](https://rates.plebnet.dev/)

- **Nostr NIP-5 and Lightning Services**

Details coming soon.
- **Nostr Metadata**
Backup your Nostr profile, relays and data using this [tool](https://metadata.plebnet.dev/).

- **Nostr Relay**
An LNBits integrated [Relay](https://testnet.plebnet.dev/nostrrelay/1) - access with Testnet sats, for project testing.

For design enthusiasts and contributors, we're contemplating whether to list these on a separate page or to create dropdown links. Given the possible extensive nature of this list, we're inclined toward a dedicated page. However, do explore our current theme, the [astrowind template](https://astrowind.vercel.app/), and let us know what you think, especially considering the varying experiences on mobile vs. desktop.
- **Nostrogen**
A fork of the simple [nostr vanity address generator](https://nostrogen.plebnet.dev/).

Your feedback and suggestions drive us. We'd love to hear your thoughts on this, whether it's on [GitHub](https://github.com/plebnet-dev) or any of our other platforms.
- **Nostr NIP-5 and Lightning Services**
Coming soon.

**Join us if you're interested in contributing as a senior dev, junior dev, or a code advocate who wants to learn more by starting [here](https://plebnet.dev/join-us)**
- **Plebnet Wiki**
[Wiki](https://plebnet.wiki) created by the Plebnet Community at Large

**Attribution: This content is a PlebNet Dev Contribution. The article was authored by [bitc0inDad](https://github.com/Bitc0indad)**
Your feedback and suggestions drive us. We'd love to hear your thoughts on this, whether it's on [GitHub](https://github.com/plebnet-dev) or any of our other platforms.
2 changes: 1 addition & 1 deletion src/content/post/why-nostr-wins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
publishDate: 2023-04-09T00:00:00Z
publishDate: 2023-10-03T00:00:00Z
title: Why Nostr Wins
excerpt: ... As a new Decentralized Social Network with Lightning Payments, in Short TLDR Bullet points
image: /images/nostrich.webp
Expand Down
10 changes: 5 additions & 5 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const headerData = {
href: '/projects',
},
{
text: 'Wiki',
text: 'Plebnet Wiki',
href: 'https://plebnet.wiki',
},
],
Expand All @@ -34,6 +34,10 @@ export const headerData = {
text: 'Testnet LN Node',
href: 'https://mempool.space/testnet/lightning/node/03ba00a57cec1cef4873065ad54d0912696274cc53155b29a3b1256720e33a0943',
},
{
text: 'Rate Converter',
href: 'https://rates.plebnet.dev',
},
{
text: 'Nostr Relay',
href: 'https://testnet.plebnet.dev/nostrrelay/1',
Expand All @@ -42,10 +46,6 @@ export const headerData = {
text: 'Nostr Metadata',
href: 'https://metadata.plebnet.dev/',
},
{
text: 'Rate Converter',
href: 'https://rates.plebnet.dev',
},
{
text: 'All Resources',
href: '/resources',
Expand Down

0 comments on commit ecaf0d5

Please sign in to comment.