update readme

This commit is contained in:
hzrd149 2023-10-25 11:21:03 -05:00
parent ed1de42175
commit b1bf4e3fee

View File

@ -2,19 +2,19 @@
> NOTE: This client is still in development and will have bugs
## noStrudel is my personal nostr client.
noStrudel is a web app for exploring the [nostr](https://github.com/nostr-protocol) protocol.
My goals for this project is to learn as much as I can about nostr and to have a client that works exactly how I like.
There are many features missing from this client and I wont get around to implementing everything. but if you like the client you are welcome to use it.
The goal of this project is to build a nostr client that lets a user explore the nostr protocol by showing as much information as possible and letting the user view the underlying events.
Live Instance: [nostrudel.ninja](https://nostrudel.ninja)
You can find better clients with more features on [nostrapps.com](https://www.nostrapps.com/) or in the [awesome-nostr](https://github.com/aljazceru/awesome-nostr) repo.
There are many features missing from this client and I wont get around to implementing everything. but if you like the client you are welcome to use it.
You can find more clients with more features on [nostrapps.com](https://www.nostrapps.com/) or in the [awesome-nostr](https://github.com/aljazceru/awesome-nostr) repo.
## Please don't trust my app with your nsec
While logging in with a secret key is supported. please don't. This is a web client, so there is always a change of XXS attacks that could steal your secret key.
While logging in with a secret key is supported. please don't. This is a web client, so there is always a chance of XXS attacks that could steal your secret key.
I would recommend you use a browser extension like [Alby](https://getalby.com/) or [Nos2x](https://github.com/fiatjaf/nos2x)