Deterministic Builds
Overview
Quick Build Process
# Clone the repository
git clone https://github.com/RunOnFlux/ssp-wallet.git
cd ssp-wallet
# Optional: Checkout a specific version if needed
# git checkout v1.26.0
# Build deterministically using Docker
npm run build:deterministic
# Verify hashes match the published submission
sha256sum -c SHA256SUMSBuild Environment
Technical Implementation
Build Script
Docker Configuration
Key Features
Build Outputs
Package Differences
Verification Process
For Browser Store Reviewers
For Security Auditors
Integration with Development Workflow
Browser Store Compliance
Requirements
Troubleshooting
Common Issues
Build Verification
Last updated