Example showing how vanilla JS/TS front-ends can interact with the Treasure Development Kit's Treasure Connect feature, powering login flows and account abstraction.
- >= Node 22.12.0
- Running TDK API
Install dependencies:
pnpm install
Create .env
file based on example and fill in with relevant environment variables:
cp .env.example .env
Start server:
pnpm dev