no need for private keys either

This commit is contained in:
Lee Salminen 2023-02-06 09:42:23 -06:00
parent 97ef652f63
commit 6082b917ba
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ npm install
Open `index.js` with your favorite text editor and change to your values as needed.
- YOUR_HEX_ENCODED_PRIVATE_KEY_HERE
- YOUR_HEX_ENCODED_PUBLIC_KEY_HERE
- TO_RELAY_URL

View File

@ -3,7 +3,6 @@ import pkg from 'nostr-tools'
const relayInit = pkg.relayInit
let sk = 'YOUR_HEX_ENCODED_PRIVATE_KEY_HERE'
let pk = 'YOUR_HEX_ENCODED_PUBLIC_KEY_HERE'
const relayFromUrls = [