A developer's guide to integrating Reflector's JavaScript oracle client into a Next.js application. Covers asset discovery, decimal scaling, bigint handling, and freshness tracking with a working reference example you can clone and modify.

Reflector Market Board walks developers through building a Next.js application that consumes Reflector Pulse oracle data. The tutorial covers how oracles represent assets using tagged unions, why decimal precision matters for large integer values, how to discover available feeds before querying, and how to interpret freshness metadata. The complete example is open-source and deployable, designed for developers to clone, inspect, modify, and reuse as a foundation for their own oracle-integrated applications on Stellar.