Skip to content

Latest commit

 

History

History
 
 

README.md

Actions Service

A backend service for interacting with the Actions SDK.

Development Setup

Prerequisites

  • Node.js 18+
  • pnpm 9+

Setup

  1. Install dependencies

    pnpm install
  2. Set up environment variables

    Create a .env file from the example:

    cp .env.example .env
  3. Get Privy API Keys

    • Go to privy.io
    • Create an account or log in
    • Copy your App ID and App Secret into .env
  4. Start the development server

    pnpm dev

API Endpoints

Method Endpoint Description
POST /wallet Create a new wallet
GET /wallet/:walletId Get wallet by ID