Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lawalletio/lawallet-front

Wallet frontend implementation for https://lawallet.io
https://github.com/lawalletio/lawallet-front

app lawallet lightning nostr react typescript wallet

Last synced: about 2 months ago
JSON representation

Wallet frontend implementation for https://lawallet.io

Awesome Lists containing this project

README

        

# LaWallet Front

LaWallet front is the webapp that provides the UI for **LaWallet Stack**

## Stack

- [Next.js](https://nextjs.org/)
- [pNPM](https://pnpm.io/)
- [NDK](https://github.com/nostr-dev-kit/ndk)

## Getting Started

Set NodeJS version

```bash
nvm use
```

Install dependencies

```bash
pnpm install
```

Set environment variables

```bash
cp .env.example .env
```

Start the development server

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Documentation

This project complies with [LaWallet.io](https://lawallet.io/) backend interface.