Socket
Socket
Sign inDemoInstall

@solana/actions

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/actions - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "@solana/actions",
"version": "1.0.0",
"version": "1.0.1",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/solana-pay",
"repository": "https://github.com/solana-developers/solana-actions",
"homepage": "https://github.com/solana-developers/solana-actions#readme",
"bugs": {
"url": "https://github.com/solana-developers/solana-actions/issues"
},
"license": "Apache-2.0",

@@ -7,0 +11,0 @@ "type": "module",

# Solana Actions
`@solana/actions` is a JavaScript library for facilitating Solana Actions and
blockchain links – or blinks – using the URL scheme. The URL scheme ensures that
no matter the wallet or service used, the requests must be created and
interpreted in one standard way.
## 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.
## Other resources
- [Documentation](https://solana.com/docs/advanced/actions)
## License

@@ -34,0 +4,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc