Skip to content

Commit 04add1e

Browse files
author
8go
committed
added several new features: --npub-to-hex, --hex-to-npub, --get-pubkey-entity
--npub-to-hex [<KEY>...] Convert one or multiple public keys in Bech32 format ('npub1...') into the corresponding 'hex' format. Details:: See also --hex-to-npub --hex-to-npub [<KEY>...] Convert one or multiple public keys in 'hex' format into the corresponding Bech32 ('npub1...') format. Details:: See also --npub-to-hex --get-pubkey-entity [<KEY>...] Get the entity of one or multiple public keys. Details:: This will show you for every public key given if the key represents a Nostr account (usually an individual) or a public Nostr channel. It might also return "Unknown" if the entity of the key cannot be determined. E.g. this can be helpful to determine if you want to use --subscribe-author or --subscribe-channel
1 parent 0627924 commit 04add1e

File tree

7 files changed

+1147
-166
lines changed

7 files changed

+1147
-166
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ README.md.*
2323

2424
tmp/*
2525

26+
local
27+
local/*
28+
29+

0 commit comments

Comments
 (0)