mirror of
https://github.com/Yonle/bostr.git
synced 2025-07-28 12:43:35 +02:00
@@ -102,13 +102,16 @@ module.exports = {
|
||||
//
|
||||
// NOTE: - Require NIP-42 compatible nostr client
|
||||
private_keys: {
|
||||
// "pubkey-in-hex": "privatekey",
|
||||
// "pubkey-in-hex": "privatekey-in-hex",
|
||||
// "pubkey-in-hex": "nsec ...."
|
||||
},
|
||||
// Tip: If you want to convert your pubkey/privatekey to hex,
|
||||
// You could run the following command:
|
||||
// $ node hexconverter.js npub....
|
||||
// $ node hexconverter.js nsec....
|
||||
// or
|
||||
// $ bostr hexconverter npub....
|
||||
// $ bostr hexconverter nsec....
|
||||
|
||||
// Server information.
|
||||
// Only for when nostr client requesting server information.
|
||||
|
Reference in New Issue
Block a user