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