Workspace: PAPEROps →
← Marketing

Paper desk는 로그인 없이 사용합니다. 워크스페이스 소유권·magic link는 Sign in. live_small은 Railway CCXT 키가 필요합니다.

Getting Started

Paper 콘솔은 로그인 없이 바로 씁니다. API/worker는 GitHub 없이 Railway만으로 배포합니다 (`scripts/deploy-railway.ps1`). Magic link는 dApp 워크스페이스용입니다.

Ready ≠ fire. Paper desk: API ready / fanout path = surface. Test-alert delivery = human optional. live_small keys = separate Human gate (Phase L Never here). SoftFlow≠SoftBlock.

  1. 1

    Paper 콘솔 (로그인 불필요)

    BFF가 Railway API 키를 주입합니다. 콘솔에서 paper intent를 제출하거나 scripts/smoke-paper.ps1

    Go →
  2. 2

    Supabase Auth redirect (dApp / 워크스페이스)

    Redirect URL: https://pulse-omega-jet.vercel.app/auth/callback — Paper 콘솔과는 별개

    Manual setup required

    Open dashboard →
  3. 3

    Magic link 로그인 E2E

    dApp /app/workspaces 소유권 확인. 콘솔 Paper는 이 단계 없이 가능

    Manual setup required

    Go →
  4. 4

    Railway CCXT sandbox keys

    Railway only (not GitHub): CCXT_EXCHANGE, CCXT_API_KEY, CCXT_API_SECRET, CCXT_SANDBOX=true. Demo.binance.com keys use CCXT_DEMO_TRADING=true instead.

    Manual setup required

    Go →
  5. 5

    live_small E2E

    Requires CCXT keys — scripts/smoke-ccxt.ps1

    Go →

Scripts (from repo root):

powershell -File scripts\setup-p0.ps1
powershell -File scripts\verify-p0.ps1
powershell -File scripts\smoke-paper.ps1