Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 922 Bytes

File metadata and controls

22 lines (14 loc) · 922 Bytes

Moxie Extension server

This is a Next.js-based server used by the extension for Moxie data in Warpcast

Demo

DEMO instance is currently running on vercel at moxie-extension-server.vercel.app

Getting Started

First, create your own .env file in the apps/server directory (you can use the .env.sample file included for inspiration), you must set the following environment variables:

  • API_KEY - API key used by the extension (it's effectively public - can be found in the extension build)
  • NEYNAR_API_KEY - Neynar API key used for cast data retrieval
  • REDIS_API_URL - Upstash Redis instance API URL - optional (for caching)
  • REDIS_API_TOKEN - Upstash Redis instance API Token - optional (for caching)

Then you can run the server from the monorepo root directory:

pnpm dev --filter=server