mirror of
https://github.com/aljazceru/nostr-how.git
synced 2025-12-17 06:14:25 +01:00
Add clients/amethyst (#40)
This commit is contained in:
committed by
GitHub
parent
e44b96171b
commit
2e6fe8caef
@@ -35,6 +35,7 @@ const navigation = [
|
|||||||
{ title: 'Guide: Iris (Web)', href: '/clients/iris' },
|
{ title: 'Guide: Iris (Web)', href: '/clients/iris' },
|
||||||
{ title: 'Guide: Astral (Web)', href: '/clients/astral' },
|
{ title: 'Guide: Astral (Web)', href: '/clients/astral' },
|
||||||
{ title: 'Guide: Damus (iOS)', href: '/clients/damus' },
|
{ title: 'Guide: Damus (iOS)', href: '/clients/damus' },
|
||||||
|
{ title: 'Guide: Amethyst (Android)', href: '/clients/amethyst' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,4 +36,4 @@ Remember, your private key is your identity in Nostr, so if it is compromised, y
|
|||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
- [Amethyst](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst&hl=en&pli=1)
|
- [Amethyst](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst)
|
||||||
|
|||||||
31
src/pages/clients/amethyst.md
Normal file
31
src/pages/clients/amethyst.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
title: Amethyst (Android)
|
||||||
|
description: How to get started using Nostr on Android with Amethyst
|
||||||
|
---
|
||||||
|
|
||||||
|
A step-by-step guide to getting started with Nostr with the Amethyst Android client.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a specific guide to get started using Nostr with Amethyst, a beautiful, easy to use Android client.
|
||||||
|
|
||||||
|
1. Install [the Amethyst app on the Android App Store](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst).
|
||||||
|
1. When you open the app you'll have the option to create a new account or to log in with a private key you've already generated.
|
||||||
|
1. If you have already created a private key via the Alby extension or another client, you can click "Login". Otherwise, click "Create account".
|
||||||
|
|
||||||
|
## Creating a new account
|
||||||
|
|
||||||
|
1. Click "Create Account".
|
||||||
|
1. Read through and accept the EULA.
|
||||||
|
1. You'll then pick a username (this can be changed later) and, optionally, add some other profile details. Amethyst auto generates keys for you at this step. Your public key is shown as the "Account ID" value.
|
||||||
|
1. Once you've finished, click "Create" and you're ready to use Nostr! 🤙
|
||||||
|
1. Just one last **extremely important** step. You need save your private key somewhere safe.
|
||||||
|
1. Naviate to Settings by clicking your profile image at the top left of the screen, then click "Settings" in the menu.
|
||||||
|
1. You'll see your "Public Account ID" (this is your public key) and your "Secret Account Login Key" (this is your private key).
|
||||||
|
1. Copy both of these values and store them somewhere **VERY** safe. 1Password or another password manager is a good option. Remember, if you don't save this value, you'll never be able to recover your account. You can find [more info on keys here](/get-started#understanding-keys).
|
||||||
|
|
||||||
|
## Logging in with an existing key
|
||||||
|
|
||||||
|
1. Click "Login".
|
||||||
|
1. Read through and accept the EULA.
|
||||||
|
1. You'll then be asked for your private key. Enter your key and you're done. 🤙 **Important**: Your private key is stored locally and isn't collected or stored by Amethyst servers in any way.
|
||||||
@@ -29,7 +29,7 @@ Here are guides to a few different clients we recommend.
|
|||||||
|
|
||||||
- [Iris](/clients/iris) (Web)
|
- [Iris](/clients/iris) (Web)
|
||||||
- [Damus](/clients/damus) (iOS)
|
- [Damus](/clients/damus) (iOS)
|
||||||
- Amethyst (Android) _coming soon_
|
- [Amethyst](/clients/amethyst) (Android)
|
||||||
|
|
||||||
## Find friends to follow
|
## Find friends to follow
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user