v0.1.0-pre.061

This commit is contained in:
2026-07-28 18:41:30 +02:00
parent c7bad46f50
commit f40fb78817
527 changed files with 4598 additions and 4114 deletions

View File

@@ -1,10 +1,20 @@
# file: .env.example
# Copy to .env at the workspace root. Never commit the real file.
# Copy this file to .env at the workspace root and replace every local value.
# Never commit the real .env file.
# Helius HTTP and WebSocket endpoint interpolation used by config/example.config.json.
# Shared Helius credential used by the configured HTTP and WebSocket endpoints.
HELIUS_API_KEY=replace-with-your-helius-api-key
# Optional configuration override.
# PostgreSQL database used by the mainnet_research and mainnet profiles.
KB_POSTGRES_MAINNET_URL=postgres://solana:solana@localhost:5432/khadhroony_mainnet
# PostgreSQL database dedicated to the local_devnet profile and Devnet validation.
KB_POSTGRES_DEVNET_URL=postgres://solana:solana@localhost:5432/khadhroony_devnet
# PostgreSQL database reserved for automated integration tests.
KB_POSTGRES_TEST_URL=postgres://solana:solana@localhost:5432/khadhroony_test
# Optional configuration-file override.
# KB_CONFIG_PATH=config/example.config.json
# Optional Token-2022 Devnet validation fixtures.
@@ -19,5 +29,6 @@ TOKEN_2022_FREEZE_AUTHORITY=
TOKEN_2022_DECIMALS=9
TOKEN_2022_TRANSFER_AMOUNT_RAW=1
# Optional explicit environment file selection. Relative paths use the workspace root.
# Optional explicit environment-file selection. Relative paths use the workspace root.
# Define this variable in the process environment when the selected file is not .env.
# KB_ENV_FILE=.env.local