返回顶部
b

blowfish-launchBlowfish代币发行

Launch tokens on Solana via the Blowfish Agent API (Meteora Dynamic Bonding Curve). Use when the user wants to launch, deploy, or create a token on Solana, check token launch status, list launched tokens, or claim trading fees. Triggers on "launch token", "deploy token", "create token", "blowfish launch", "check launch status", "claim fees".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
696
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

blowfish-launch

Blowfish 代币发行

通过 Blowfish Agent API 以编程方式在 Solana 上发行代币。

基础 URL: https://api-blowfish.neuko.ai

前置条件

  • - Solana 密钥对(ed25519)。私钥应作为 WALLETSECRETKEY 环境变量提供(JSON 字节数组)。
  • Node.js 18+ 或 Bun,需安装 @solana/web3.js、tweetnacl、bs58

工作流程

  1. 1. 身份验证 — 基于钱包的挑战-响应 → JWT(15 分钟有效期)
  2. 发行 — POST 代币参数 → 接收 eventId
  3. 轮询 — 通过 eventId 获取状态,直到 success 或 failed
  4. 完成 — 代币通过 Meteora DBC 在 Solana 上生效

快速发行

运行捆绑脚本:

bash
WALLETSECRETKEY=[...] bun run scripts/blowfish-launch.ts \
--name 我的代币 \
--ticker MYTK \
--description 可选描述 \
--imageUrl https://example.com/logo.png

API 端点

身份验证

  • - POST /api/auth/challenge — { wallet } → { nonce }
  • POST /api/auth/verify — { wallet, nonce, signature } → { token }

签名消息:签署此消息以进行身份验证:,使用 ed25519,base58 编码签名。

代币

  • - POST /api/v1/tokens/launch — { name, ticker, description?, imageUrl? } → { eventId }(Bearer 认证)
  • GET /api/v1/tokens/launch/status/:eventId — 轮询直到 success/failed/rate_limited
  • GET /api/v1/tokens/ — 列出您的代币
  • GET /api/v1/tokens/:id — 获取特定代币

费用领取

  • - GET /api/v1/claims/ — 获取符合条件的领取项
  • POST /api/v1/claims/:tokenId — 领取代币费用

代币参数

字段规则
name1-255 个字符,必填
ticker
2-10 个字符,^[A-Z0-9]+$,必填 | | description | 最多 1000 个字符,可选 | | imageUrl | 最多 255 个字符,可选 |

错误处理

  • - 409 — 代码已被占用,请选择其他代码
  • 401 — JWT 已过期,请重新进行身份验证
  • 速率限制 — 每个代理每个 UTC 日只能发行一次

完整 API 参考

完整端点文档请参见 references/api.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 blowfish-launch-1776419958 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 blowfish-launch-1776419958 技能

通过命令行安装

skillhub install blowfish-launch-1776419958

下载

⬇ 下载 blowfish-launch v1.0.0(免费)

文件大小: 4.7 KB | 发布时间: 2026-4-17 20:22

v1.0.0 最新 2026-4-17 20:22
Initial release — launch tokens on Solana via Blowfish Agent API (Meteora DBC)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部