LaWallet front is the webapp that provides the UI for LaWallet Stack
Set NodeJS version
nvm use
Install dependencies
pnpm install
Set environment variables
cp .env.example .env
Start the development server
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This project complies with LaWallet.io backend interface.