
- API server with ChaCha20-Poly1305 encryption - TypeScript SDK client with full functionality - Complete documentation in docs/ - Environment variable processing with composite variables - HTTPS-only API on port 6666 - Storage structure for configuration files - Tests and examples included Features: - Quantum-resistant encryption (ChaCha20-Poly1305) - Variable substitution from .env files - Comprehensive TypeScript SDK - Full API documentation and specifications - Deployment guides and security model
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
core_url=$BITCOIN_RPBC_URL
|
|
ws_url=0.0.0.0:$SDK_RELAY_PORT
|
|
wallet_name=$BITCOIN_WALLET_NAME
|
|
network=signet
|
|
blindbit_url=$BLINDBIT_URL
|
|
zmq_url=$ZMQ_URL
|
|
storage=$STORAGE_URL
|
|
data_dir=$SDK_RELAY_DATA_DIR
|
|
bitcoin_data_dir=$BITCOIN_DATA_DIR
|
|
bootstrap_url=$RELAY_BOOSTRAP_URL
|
|
bootstrap_faucet=true
|