Skip to content

toastr-space/nostr-test-tools

Repository files navigation

Nostr Test Tools

Features

Nostr can generate private keys, it can also Show or Hide Private keys.

image1

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).

image2

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

image3

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

image4

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. pnpm

Installing

pnpm install

Developing

Start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

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.

Running the tests

make test-database

Built With

Versioning

We use SemVer for versioning.