#!/usr/bin/env node /** * BitSage Demo CLI * * Run the investor demonstration showing GPU-accelerated proof generation, * TEE attestation, and on-chain verification. * * Usage: npx @bitsage/sdk demo * npx bitsage-demo */ import('../src/demo/investor-demo');