Capitalize Nostr in README
This commit is contained in:
12
README.md
12
README.md
@@ -1,11 +1,11 @@
|
|||||||
# Nostash
|
# Nostash
|
||||||
|
|
||||||
This is a [NIP-07][nip07] compatible extension for signing [nostr][nostr] events.
|
This is a [NIP-07][nip07] compatible extension for signing [Nostr][Nostr] events.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Login with nostr (`getPublicKey`).
|
- Login with Nostr (`getPublicKey`).
|
||||||
- Post nostr event (`signEvent`).
|
- Post Nostr event (`signEvent`).
|
||||||
- Encrypted direct messages (`nip04.encrypt` and `nip04.decrypt`).
|
- Encrypted direct messages (`nip04.encrypt` and `nip04.decrypt`).
|
||||||
- Multiple profiles.
|
- Multiple profiles.
|
||||||
|
|
||||||
@@ -23,13 +23,13 @@ Available on [TestFlight](https://testflight.apple.com/join/8TFMZbMs).
|
|||||||
|
|
||||||
Click the Nostash extension icon in the Safari toolbar, there should be a default profile with a new, random private key.
|
Click the Nostash extension icon in the Safari toolbar, there should be a default profile with a new, random private key.
|
||||||
|
|
||||||
Feel free to change the name and edit the key with your personal nostr key. Create additional profiles as desired. Whichever key profile is selected under Profile is the currently "active" profile for nostr events.
|
Feel free to change the name and edit the key with your personal Nostr key. Create additional profiles as desired. Whichever key profile is selected under Profile is the currently "active" profile for Nostr events.
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
Thanks to [ursuscamp][ursuscamp] for creating [Nostore][Nostore], which this project was forked by [tyiu][tyiu] at version `1.2.0` (`c8458140e69dd30b35a31043daedcb88872a270e`) and has since been archived.
|
Thanks to [ursuscamp][ursuscamp] for creating [Nostore][Nostore], which this project was forked by [tyiu][tyiu] at version `1.2.0` (`c8458140e69dd30b35a31043daedcb88872a270e`) and has since been archived.
|
||||||
|
|
||||||
Thanks to [fiatjaf][fiatjaf] for envisioning nostr, but also for creating [nostr-tools][nostr-tools] and the [nos2x][nos2x] extension, which was referenced liberally when stumped during development of this extension.
|
Thanks to [fiatjaf][fiatjaf] for envisioning Nostr, but also for creating [nostr-tools][nostr-tools] and the [nos2x][nos2x] extension, which was referenced liberally when stumped during development of this extension.
|
||||||
|
|
||||||
## Privacy
|
## Privacy
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ If you do not see the Nostash extension in your Safari toolbar, you need to acti
|
|||||||
2. Click the Developer tab in Settings, select Allow unsigned extensions.
|
2. Click the Developer tab in Settings, select Allow unsigned extensions.
|
||||||
3. Click the Extensions tab in Settings, activate Nostash.
|
3. Click the Extensions tab in Settings, activate Nostash.
|
||||||
|
|
||||||
[nostr]: https://github.com/nostr-protocol
|
[Nostr]: https://github.com/nostr-protocol
|
||||||
[ursuscamp]: https://github.com/ursuscamp
|
[ursuscamp]: https://github.com/ursuscamp
|
||||||
[nostore]: https://github.com/ursuscamp/nostore
|
[nostore]: https://github.com/ursuscamp/nostore
|
||||||
[tyiu]: https://github.com/tyiu
|
[tyiu]: https://github.com/tyiu
|
||||||
|
|||||||
Reference in New Issue
Block a user