What is Nostr?
satscoinsv /
npub1vt7…4lv4
2024-02-26 18:13:18
in reply to nevent1q…glqr

satscoinsv on Nostr: PUEDES GENERAR TUS PROPIAS LLAVES NOSTR import { generatePrivateKey, getPublicKey } ...

PUEDES GENERAR TUS PROPIAS LLAVES NOSTR

import {
generatePrivateKey,
getPublicKey
}
from 'nostr-tools'

let privateKey = generatePrivateKey()
let publicKey = getPublicKey(privateKey)

console.log('private key = ' + privateKey)
console.log('public key = ' + publicKey)
Author Public Key
npub1vt7ajr62tapp2z9pl3r3zklys5x60xkgy8e5ajj5rwvdnryy9rsqpf4lv4