Overview Monorepo

It is an open source project that provides all the front-end interfaces of LaWallet.
Includes the front-end interface of the web application, react hooks library and atomic LaWallet components.
This repository uses pnpm workspaces to manage multiple projects.

🗂 Directory Structure

This repository is divided into these folders:

FolderContents
apps/docs & web applications.
config/Shared infrastructure packages and configurations.
packages/Shared code packages covering UI, shared functionality, and shared utilities.

Running LaWallet front

See the install guide for details on installation and setup.

LaWallet React Hooks

@lawallet/react is an npm package that provides react hooks to interact with basic LaWallet functionalities.
Review react hooks documentation to understand how to use it.