Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 642 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 642 Bytes

Treasure Connect - Electron Example

Example showing how Electron-based apps can interact with the Treasure Development Kit's Treasure Connect feature, powering login flows and account abstraction.

Prerequisites

Development

Install dependencies:

pnpm install

In the workspace root folder, run the Electron install script:

node ./node_modules/electron/install.js

Create .env file based on example and fill in with relevant environment variables:

cp .env.example .env

Start application:

pnpm dev