Blinks
Introduction to BARK Actions and Solana Blinks API
BARK Actions and Solana Blinks offer a streamlined method for interacting with blockchain transactions across a range of environments such as websites, widgets, QR codes, and more. This integration empowers developers to incorporate blockchain functionalities seamlessly into their applications, allowing users to perform transactions without leaving their current context.
We are developing a specification-compliant API that utilizes a BARK Actions server built with Node.js and Express. This API will facilitate interaction with Solana Blinks, enabling transactions on the Solana blockchain to be previewed, signed, and executed in various contexts, including QR codes, widgets, and websites.
Directory Structure
src/
actions/
payments/
route.ts
transactions/
route.ts
donation/
route.ts
stake/
route.ts
vote/
route.ts
wallet/
route.ts
settings/
route.ts
validation/
route.ts
server.ts
Handlers.ts
Last updated