> For the complete documentation index, see [llms.txt](https://sherry-pang.gitbook.io/nostr-cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherry-pang.gitbook.io/nostr-cn/kuai-su-jia-ru-nostr/ru-guo-ni-bu-shi-cheng-xu-yuan.md).

# 如果你不是程序员

## 选择你喜欢的客户端

### Web

[Iris](https://github.com/pqingshuang/nostrbook/blob/main/kuai-su-jia-ru-nostr/iris.to)(Web)

### IOS

[Damus](https://damus.io/)(IOS)

### Android

[Amethyst](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst\&pli=1)

## 创建你的账号

所有的Nostr账号背后都跟随同一个原理，密钥对。

公钥公开在每次发布的消息里，私钥则由自己保存。

公钥可以由私钥计算出，反之则无法做到。

当你第一次进入到上述客户端，选择创建账号时，该页面会为你生成一个公私钥对。

你可以把私钥放入其他插件保存，如Alby/nostr2x。

每次发布消息时，被发布的消息会由你的私钥签名。其他人使用公钥验证这个签名和内容本身的哈希值来确认内容确实由你的账号所发出。

## 保存好私钥（重要！！！）

不论你去到任何一个客户端，私钥都是你唯一的身份认证。 如果你丢失了你的私钥，那么你将无法再使用这个身份发布任何信息。当然你也可以随时轻松创建一个新的私钥继续开始你的Nostr之旅。

### 我可以更换客户端吗？

当然可以，这就是Nostr的迷人之处！

你可以无缝切换各类客户端，同时不会损失你之前的数据、关注列表和粉丝。

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sherry-pang.gitbook.io/nostr-cn/kuai-su-jia-ru-nostr/ru-guo-ni-bu-shi-cheng-xu-yuan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
