Quick Start
Get PolyMarks running locally in 5 minutes.
Prerequisites
Node.js 18+ installed
npm or yarn
Helius API key (free tier available)
Installation Steps
1. Clone the Repository
git clone https://github.com/lloydfonterra/polymarks.git
cd polymarks2. Install Dependencies
npm install3. Environment Variables
Create a .env.local file in the root directory:
# Helius RPC (for Solana wallet tracking)
NEXT_PUBLIC_HELIUS_API_KEY=your_helius_key_here
# Polymarket API (no key needed, public)
NEXT_PUBLIC_POLYMARKET_API_URL=https://gamma-api.polymarket.comGet your free Helius API key: https://helius.dev
4. Run Development Server
npm run devOpen http://localhost:3000 in your browser.
What's Next?
Explore the Features Overview
Learn about the Architecture
Deploy to Production
Last updated