Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt

Use this file to discover all available pages before exploring further.

Local Development

Local development is useful for learning the system, testing feed logic, and validating self-managed deployment settings. For the local quick start, see the Atria GitHub repository.

Typical Local Stack

  • PostgreSQL.
  • NATS.
  • Management backend.
  • Dashboard.
  • Ingestor.
  • Runtime.
  • Delivery.
  1. Start infrastructure.
  2. Configure one network.
  3. Confirm block ingestion.
  4. Create a simple feed.
  5. Test the filter on a known block.
  6. Attach a webhook output.
  7. Start the feed and inspect results.
For testing logic, see testing feeds.