Skip to Content

Yaci Store Native (GraalVM) Distribution (Preview)

Native binaries are available under a separate release tag: <version>-native (e.g., 2.0.0-beta1-native)

Download Format

Look for platform-specific ZIP files in this format:

yaci-store-<version>-<os>-<arch>-all.zip

Example:

yaci-store-2.0.0-beta1-linux-x64-all.zip

⚠️ Only use the ZIP files ending with -all. Ignore files ending with n2c.

Setup

  1. Extract the ZIP.
  2. Edit config/application.properties to configure:
  • Cardano network info (host/port/protocol magic)
  • PostgreSQL connection settings
  1. Run the app:
./yaci-store
  1. Run with ledger-state profile:
SPRING_PROFILES_ACTIVE=ledger-state ./yaci-store
Last updated on