- Install dependencies
yarn
- Start server
yarn start
Or in dev mode
yarn dev
- Run
yarn start
, the actions api is running athttp://localhost:9876/api/actions/stake
- Install
Backpack
wallet - Set Backpack wallet's custom RPC to
https://solana-dev-rpc.stafi.io
- Open Dialect, and connect Backpack wallet to Dialect
- Then you can click the Blinks button to send transactions
Notes
Dialect only supports Mainnet
and Devnet
, so the transaction will be timed out shown on the page, but it actually succeeded.
You can view the transaction status on Solana Explorer, remember to set the custom RPC to https://solana-dev-rpc.stafi.i0
.
- Official Docs Solana actions