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:
Folder | Contents |
---|---|
apps/ | docs & web applications. |
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.