Skip to content

lawalletio/module-template

Repository files navigation

La Wallet Module Template

Usage

Use this as a template from github and follow the next steps before using:

  1. Use the correct nvm version
nvm use
  1. Copy the .env.example
cp .env.example .env
  1. Generate a nostr key pair and put it in the variables NOSTR_PRIVATE_KEY and NOSTR_PUBLIC_KEY

Installation

pnpm i

Testing

pnpm test

Linting and prettier

pnpm lint
pnpm prettier

Development Server

pnpm dev

Docker Server

docker compose up