Forking the example repo. Donations do not land as there is no prio etc.. out the box This repo implements a new donations endpoint for blinks using Jito Donations are sent via Jito, and have the built in tip for priority present.
The enhanced util transactions code adds the necessarry instructions to make it a valid jito tx and posts it.
Happy hacking !!
This repository contains reference implementations of Solana Actions using Hono.
First, run the development server:
npm install
npm run dev
- See Jupiter Swap Action example
- Build your own action
- Use specified openapi
responses
from openapi.ts for your POST, GET methods - Use specified openapi
body
from openapi.ts for your POST methods
- Use specified openapi
- Add your router to index.ts
Open http://localhost:3000/swagger-ui with your browser to explore actions.
To check and unfurl your or existing action open
https://actions.dialect.to/
e.g action for swap on Jupiter: localhost:3000/api/jupiter/swap/SOL-Bonk
To learn more about Hono, take a look at the following resources:
- Hono Documentation - learn about Hono features and API.