This project provides modules for generating Nostr-compatible key pairs and creating deterministic SVG graphics based on the public key.
Contains functions to generate Nostr-compatible key pairs and derive public keys from private keys.
Contains functions to create deterministic SVG graphics based on a Nostr public key.
To use these modules in a Node.js project, you can include them directly from the GitHub repository or use a package manager if published to npm.
{
"dependencies": {
"nostrjs": "git+https://github.com/yourusername/nostrjs.git"
}
}