Nostr can generate private keys, it can also Show or Hide Private keys.
Get your Pubkey for a private key in both hex and nsec format.
You can also get your Pubkey from a NIP07 extension(Get with NIP07).
Here, you can pass an information along that is signed by a public key that can be forged.
Having different event kind(e.g event 1;)
Tags can also be added using the "Add Tag" button
The result shows the Nostr event ( a json object that shows thr kind of event,content, tags, created_at, pubkey, id, sig)
Tags can also be added using the "Add Tag" button
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
pnpm install
Start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
make test-database
- SvelteKit - Framework
- TailwindCSS - CSS
- DaisyUI - Component Library
- TypeScript
We use SemVer for versioning.