Skip to content

commonprefix/app-kevlar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3fe9bfc · Jan 20, 2025

History

35 Commits
Jan 20, 2025
Jan 16, 2025
Nov 22, 2024
Dec 6, 2024
Nov 22, 2024
Nov 27, 2024
Nov 22, 2024
Jan 16, 2025
Jan 16, 2025
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Jan 14, 2025
Nov 28, 2024
Jan 14, 2025

Repository files navigation

Kevlar Desktop App

This is a desktop tray app build with Electron. It allows you to start the kevlar light client, integrate it with your Metamask wallet and view the logs.

Building and Running Locally

  1. Install Dependencies:
    Ensure you have Node.js, tsc typescript compiler, and Yarn installed. Then, run the following command to install the necessary dependencies:

    yarn
  2. Start the Development Server:
    To start the app in development mode, use:

    yarn dev

    This will launch the app in a new tray icon in your system tray.

Building for Production

  1. Package for Different Operating Systems:
    Use the following commands to build the app for different operating systems:

    • Windows:

      yarn dist:win
    • macOS:

      yarn dist:mac
    • Linux:

      yarn dist:linux

    These commands will generate the respective installers for each OS in the dist directory.