/nanostr

NIP-05 ID service

Primary LanguageTypeScriptMIT LicenseMIT

Nanostr

NIP-05 ID service written for Deno.

This fork is rewritten to use SQLite and run in a Docker container. It also comes with docker-compose.yml for ease of deployment.

Features

  • Data store in SQLite
  • Deploy locally on any server using Docker

Usage

Prepare your environments follow env-example file (DO NOT modify this file directly):

# optional, defaults 9000
PORT=
# for deta, like sqlite://<path and name of the sqlite db file>
DB_URL=
# your nostr public key, npub1xxxxxxxxxxxxxxxxxxxxxxx
ROOT_PUBLIC_KEY=
# administration key, for next version
ADMIN_TOKEN=
# Prefix /nip05
PATH_PREFIX=

Then start your service:

docker compose build
docker compose up 

Follow me🤣

npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w