File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- # ![ ] ( https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml ) nostr-tools
1
+ # ![ ] ( https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml ) [ ![ JSR ] ( https://jsr.io/badges/@nostr/tools )] ( https://jsr.io/@nostr/tools ) nostr-tools
2
2
3
3
Tools for developing [ Nostr] ( https://github.com/fiatjaf/nostr ) clients.
4
4
@@ -9,11 +9,19 @@ This package is only providing lower-level functionality. If you want more highe
9
9
## Installation
10
10
11
11
``` bash
12
- npm install nostr-tools # or yarn add nostr-tools
12
+ # npm
13
+ npx install nostr-tools
14
+
15
+ # jsr
16
+ npx jsr add @nostr/tools
13
17
```
14
18
15
19
If using TypeScript, this package requires TypeScript >= 5.0.
16
20
21
+ ## Documentation
22
+
23
+ https://jsr.io/@nostr/tools/doc
24
+
17
25
## Usage
18
26
19
27
### Generating a private key and a public key
You can’t perform that action at this time.
0 commit comments