- Notifications
You must be signed in to change notification settings - Fork0
License
wbreeze/solana-actions
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Watch this video tutorial onHow to Build Solana Actions
Findmore resources for Solana Actions and blinks
Find example code snippets on how to build several different Solana Actions:
Install the@solana/actions SDK into your application:
npm add @solana/actions
@solana/actionsSDK on NPM:- Typedocs for the
@solana/actionsSDK:
Solana Actions arespecification-compliant APIs that return transactions on the Solana blockchainto be previewed, signed, and sent across a number of various contexts, includingQR codes, buttons + widgets, and websites across the internet. Actions make itsimple for developers to integrate the things you can do throughout the Solanaecosystem right into your environment, allowing you to perform blockchaintransactions without needing to navigate away to a different app or webpage.
Blockchain links – or blinks– turn any Solana Action into a shareable, metadata-rich link. Blinks allowAction-aware clients (browser extension wallets, bots) to display additionalcapabilities for the user. On a website, a blink might immediately trigger atransaction preview in a wallet without going to a decentralized app; inDiscord, a bot might expand the blink into an interactive set of buttons. Thispushes the ability to interact on-chain to any web surface capable of displayinga URL.
The Solana Actions JavaScript SDK is open source and available under the ApacheLicense, Version 2.0. See theLICENSE file for more info.
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- TypeScript99.6%
- JavaScript0.4%