A backend service for interacting with the Actions SDK.
- Node.js 18+
- pnpm 9+
-
Install dependencies
pnpm install
-
Set up environment variables
Create a
.envfile from the example:cp .env.example .env
-
Get Privy API Keys
- Go to privy.io
- Create an account or log in
- Copy your App ID and App Secret into
.env
-
Start the development server
pnpm dev
| Method | Endpoint | Description |
|---|---|---|
POST |
/wallet |
Create a new wallet |
GET |
/wallet/:walletId |
Get wallet by ID |