Skip to content

johanssonanton/nostr_schnorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nostr Schnorr

Demo application for signing Nostr events using Schnorr signatures. Don't use this for anything serious.

Installation

npm install

Usage

The application reads your secret key from the key.json file. The key is expected to be a compressed secp256k1 key in BIP-340 format. The key.json file is must have the format

{
  "secretKey": ""
}

Then run

NOSTR_EVENT_ID=4376c65d2f232afbe9b882a35baa4f6fe8667c4e684749af565f981833ed6a65 node main.js

substituting NOSTR_EVENT_ID with your own id.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published