lssa/scripts
ygd58 e0d47dbd49
feat: add tutorial smoke test script
Add scripts/tutorial-smoke-test.sh that validates the README wallet
quickstart flow end-to-end:

  1. wallet check-health
  2. wallet account new public
  3. wallet account get (verify uninitialized)
  4. wallet auth-transfer init
  5. wallet pinata claim (faucet)
  6. wallet account get (verify balance > 0)
  7. wallet auth-transfer send (to new account)

Run with:
  RISC0_DEV_MODE=1 bash scripts/tutorial-smoke-test.sh

Refs #213
2026-03-26 11:36:49 +01:00
..