Quick Start
Prerequisites
Installation Steps
1. Clone the Repository
git clone https://github.com/lloydfonterra/polymarks.git
cd polymarks2. Install Dependencies
npm install3. Environment Variables
# 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.com4. Run Development Server
What's Next?
Last updated