- npub.email offers email aliases that connect to your nostr account, converting incoming emails into Letters.
- These aliases can also serve as your nip 05 identifier.
-
-
-
Pricing:
-
-
-
210 sats per day
-
Minimum purchase: 21 sats (2.4 hours)
-
Flexible duration: Purchase any length of time you need
-
-
-
- Purchase time blocks to activate your email alias service for yourself or gift them to another user. Once the time
- expires, you'll need to purchase additional time to continue using the service. Note: emails received while the
- service is inactive will not be processed.
-
-
-
- {#if hasUnlimitedSubscription}
-
You are officially awesome!
-
- The Arx team has granted you an unlimited subscription to npub.email for your valuable contributions to Arx,
- nostr or bitcoin.
- Keep up your great work and thank you!
-
- {:else if subscribed && subscriptionTill.getTime() > 1000}
- Your subscription will end in:
-
- {:else}
- You are not currently subscribed to npub.email
- {/if}
-
-
-
- {#if cashuTokenForBuy !== ''}
- {#if tokenInfoError}
-
+
+
+
diff --git a/src/components/SettingsLine.svelte b/src/routes/settings/SettingsLine.svelte
similarity index 100%
rename from src/components/SettingsLine.svelte
rename to src/routes/settings/SettingsLine.svelte
diff --git a/src/routes/settings/SubscriptionSettings.svelte b/src/routes/settings/SubscriptionSettings.svelte
new file mode 100644
index 0000000..fc6809c
--- /dev/null
+++ b/src/routes/settings/SubscriptionSettings.svelte
@@ -0,0 +1,71 @@
+
+
+
+ npub.email offers email aliases that connect to your nostr account, converting incoming emails
+ into Letters.
+ These aliases can also serve as your nip 05 identifier.
+
+
+
Pricing:
+
+
+
210 sats per day
+
Minimum purchase: 21 sats (2.4 hours)
+
Flexible duration: Purchase any length of time you need
+
+
+
+ Purchase time blocks to activate your email alias service for yourself or gift them to another
+ user. Once the time expires, you'll need to purchase additional time to continue using the
+ service. Note: emails received while the service is inactive will not be processed.
+
+
+
+ {#if hasUnlimitedSubscription}
+
You are officially awesome!
+
+ The Arx team has granted you an unlimited subscription to npub.email for your valuable
+ contributions to Arx, nostr or bitcoin.
+ Keep up your great work and thank you!
+
+ {:else if subscribed && subscriptionTill.getTime() > 1000}
+ Your subscription will end in:
+
+ {:else}
+ You are not currently subscribed to npub.email
+ {/if}
+
+
+
+
+
+
+{#if subscribed}
+
+{/if}