Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lawalletio/lawallet-front
- Owner: lawalletio
- License: gpl-3.0
- Created: 2023-10-31T02:21:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T00:14:46.000Z (11 months ago)
- Last Synced: 2024-04-18T12:11:52.989Z (9 months ago)
- Topics: app, lawallet, lightning, nostr, react, typescript, wallet
- Language: TypeScript
- Homepage: https://app.lawallet.ar
- Size: 2.37 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.