> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Hướng dẫn gRPC LaserStream - Tài liệu Helius

> Tìm hiểu cách giải mã dữ liệu giao dịch, đăng ký theo dõi tài khoản, giám sát giao dịch và khối, đo độ trễ cùng nhiều nội dung khác.

Các hướng dẫn từng bước để truyền phát dữ liệu Solana bằng gRPC LaserStream. Mỗi hướng dẫn đều có các ví dụ mã có thể chạy được. Xem tất cả hướng dẫn trong [thẻ Hướng dẫn](/docs/vi/guides/overview).

<CardGroup cols={2}>
  <Card title="Decode Transaction Data" icon="binary" href="/docs/vi/laserstream/guides/decoding-transaction-data">
    Chuyển các bản cập nhật giao dịch gRPC thô thành chỉ thị và sự kiện dễ đọc
  </Card>

  <Card title="Account Subscriptions" icon="wallet" href="/docs/vi/laserstream/guides/account-subscription">
    Đăng ký nhận các bản cập nhật tài khoản và xử lý các thay đổi về quyền sở hữu cũng như dữ liệu
  </Card>

  <Card title="Transaction Monitoring" icon="magnifying-glass-chart" href="/docs/vi/laserstream/guides/transaction-monitoring">
    Theo dõi giao dịch của các chương trình và địa chỉ cụ thể theo thời gian thực
  </Card>

  <Card title="Slot & Block Monitoring" icon="cube" href="/docs/vi/laserstream/guides/slot-and-block-monitoring">
    Theo dõi tiến trình slot và quá trình tạo khối ngay khi chúng diễn ra
  </Card>

  <Card title="Stream Pump AMM Data" icon="rocket" href="/docs/vi/laserstream/guides/stream-pump-amm-data">
    Truyền phát trực tiếp các giao dịch hoán đổi và hoạt động pool của Pump AMM qua gRPC
  </Card>

  <Card title="Measure Latency" icon="stopwatch" href="/docs/vi/laserstream/guides/measuring-latency">
    Đánh giá độ trễ truyền phát đầu cuối trên nhiều endpoint
  </Card>
</CardGroup>
