nak icon indicating copy to clipboard operation
nak copied to clipboard

a command line tool for doing all things nostr

Results 10 nak issues
Sort by recently updated
recently updated
newest added

The goal is `nak acid wss://relay.damus.io`, and then it runs a test suite against the relay which will pass/fail certain tests. Here's the output so far: ``` ➜ nak git:(acid)...

This is such an amazing tool that has become part of my everyday workflow. I think it would help developers a lot who are getting into Nostr. I think we...

``` $ nak event ws://localhost:7447 connecting to ws://localhost:7447... ok. {"id":"69c65a889db62a91cec83e6b2a7aa96429c31845f758010f8db235db35aadc4b","pubkey":"79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","created_at":1708621254,"kind":1,"tags":[],"content":"hello from the nostr army knife","sig":"3acf9c4aab6fc5623e83d3922f45cc6c5fd8bbea4a3b5425558cd18224a185ec99335d87c322744083820f2182d88ca48adf5d1e65ba1ea34938da71e95bef9a"} publishing to ws://localhost:7447... success. $ nak event -k 5 -t e=69c65a889db62a91cec83e6b2a7aa96429c31845f758010f8db235db35aadc4b ws://localhost:7447 connecting to ws://localhost:7447......

Allow authoring events using nip7. * detect presence of extension * get pubkey from extension * generate signature from extension

I'd love to use nak to author specific events. When an event is found to be wrong, add buttons to fix that: * does the implied event id match the...

The tool is generating an incorrect event id for unsigned events which makes the `event id matches hash` status `false`. **Unsigned event**: **Signed event**:

Would be cool if the tool could generate events with a PoW target

It'd be good if nak supported nip05, so people could do: ``` nak req -k 0 -a [email protected] gleasonator.dev/relay | jq ``` instead of ``` nak req -k 0 -a...

I don't know if this is out of scope of nak, but I'll ask it regardless: Create a flag that if present, get not only the kind 1, but all...

I started `nak bunker --sec 1 relay.damus.io`, logged in to [coracle.social](https://coracle.social) using the bunker URL, and tried to send a NIP-17 DM, but couldn't. The log was like this: ```...