Skip to content

Commit

Permalink
add links to jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 31, 2024
1 parent 0d23740 commit 43d2e67
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![](https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml) nostr-tools
# ![](https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml) [![JSR](https://jsr.io/badges/@nostr/gadgets)](https://jsr.io/@nostr/gadgets) nostr-tools

Tools for developing [Nostr](https://github.com/fiatjaf/nostr) clients.

Expand All @@ -9,11 +9,19 @@ This package is only providing lower-level functionality. If you want more highe
## Installation

```bash
npm install nostr-tools # or yarn add nostr-tools
# npm
npx install nostr-tools

# jsr
npx jsr add @nostr/tools
```

If using TypeScript, this package requires TypeScript >= 5.0.

## Documentation

https://jsr.io/@nostr/tools/doc

## Usage

### Generating a private key and a public key
Expand Down

0 comments on commit 43d2e67

Please sign in to comment.