Skip to main content
Test Action Codes directly in your browser. These demos show real interactions with the Action Codes relayer.

Before you start

You’ll need an action code. Here’s how to get one:
1

Open your Solana wallet

Use Phantom, Solflare, Backpack, or any Solana wallet with a built-in browser
2

Go to actioncode.app

In your wallet’s browser, navigate to actioncode.app
3

Connect and get a code

Connect your wallet and tap “Get Code” — you’ll get an 8-digit code
4

Use it in the demos below

Paste the code into any demo, then approve requests in actioncode.app
Codes expire in ~2 minutes. Get a fresh code right before using a demo.

Available demos

More interactive demos coming soon at actioncodes.org/demo

What you’ll learn

Each demo shows:
  • How codes are resolved and verified
  • How actions are attached to codes
  • How the approval flow works
  • What data you get back after approval

SDK calls used

DemoSDK Methods
Sign Messageresolve()attachMessage()observeStatus()
All demos use @actioncodes/sdk — the same code you’d use in your own app.