Skip to content

Releases: selcuk07/intentguard

v0.1.0 — Initial Release

05 Mar 19:01

Choose a tag to compare

IntentGuard v0.1.0 — Solana 2FA Protocol

First public release. Commit-reveal intent verification with device separation.

What's Included

On-chain Program (Anchor 0.32.1)

  • 4 instructions: initialize, commit_intent, verify_intent, revoke_intent
  • Deployed to devnet: 4etWfDJNHhjYdv7fuGe236GDPguwUXVk9WhbEpQsPix7

SDK — npm install intentguard-sdk

  • Instruction builders (no Anchor dependency)
  • React IntentGuardButton component
  • CJS + ESM dual output

Mobile App (Expo React Native)

  • QR scanner + biometric auth

CLI — commit, status, revoke commands

Infra — 14 tests, CI/CD, landing page