Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhelezkov/solana-action-templates
https://github.com/zhelezkov/solana-action-templates
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhelezkov/solana-action-templates
- Owner: zhelezkov
- Created: 2024-06-26T10:58:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:41:49.000Z (about 1 month ago)
- Last Synced: 2024-11-30T21:28:52.136Z (25 days ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# This is a repository with a bunch of templates for solana action
- [Template for cloudflare workers](https://github.com/zhelezkov/solana-action-templates/tree/main/cloudflare-workers-template)
[Read the docs about solana actions](https://solana.com/docs/advanced/actions)
## What are Solana Actions?
[Solana Actions](https://solana.com/docs/advanced/actions#actions) are
specification-compliant APIs that return transactions on the Solana blockchain
to be previewed, signed, and sent across a number of various contexts, including
QR codes, buttons + widgets, and websites across the internet. Actions make it
simple for developers to integrate the things you can do throughout the Solana
ecosystem right into your environment, allowing you to perform blockchain
transactions without needing to navigate away to a different app or webpage.## What are blockchain links (blinks)?
[Blockchain links](https://solana.com/docs/advanced/actions#blinks) – or blinks
– turn any Solana Action into a shareable, metadata-rich link. Blinks allow
Action-aware clients (browser extension wallets, bots) to display additional
capabilities for the user. On a website, a blink might immediately trigger a
transaction preview in a wallet without going to a decentralized app; in
Discord, a bot might expand the blink into an interactive set of buttons. This
pushes the ability to interact on-chain to any web surface capable of displaying
a URL.