API Reference

Core API Reference

Explore the foundational building blocks of LaserEyes and learn how to leverage its powerful features in your applications.

6 Core Components

The LaserEyes Core API provides a powerful foundation for building Bitcoin applications. It's designed to be flexible, type-safe, and framework-agnostic, making it suitable for any JavaScript or TypeScript project.

Core Components

Core Concepts

Framework Agnostic

The core API is designed to work with any JavaScript framework or vanilla JS project. It provides the foundation that framework-specific packages build upon.

  • Pure TypeScript implementation
  • No framework dependencies
  • Consistent behavior across platforms

Extensible Architecture

LaserEyes is built with extensibility in mind, allowing you to customize and extend its functionality to meet your specific needs.

  • Custom wallet providers
  • Custom data sources
  • Plugin system

Getting Started