返回顶部
b

blinkoBlinko游戏

Play Blinko (on-chain Plinko) headlessly on Abstract chain. Use when an agent wants to play Blinko games, check game stats, view leaderboards, or track honey rewards. Handles the full commit-reveal flow including API auth, on-chain game creation, simulation, and settlement.

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

blinko

Blinko

在 Abstract 上无头运行 Blinko。可验证公平的 Plinko 游戏,支持链上结算。

重要提示

  • - 此技能会签署消耗真实 ETH 的链上交易。 请使用专用热钱包,仅存入您愿意承担风险的资金。
  • 每局游戏除投注金额外,还需支付 Gas 费用(Abstract 链)。
  • 您的私钥仅在本地用于签署消息和交易。私钥仅以签名输出的形式发送至 Abstract RPC 和 Blinko API,绝不会以明文形式传输。
  • 安装后,代理可自主调用此技能。

快速开始

进行一局游戏

bash export WALLETPRIVATEKEY=0x... node scripts/play-blinko.js 0.001

查看统计数据

bash node scripts/stats.js 0xYourAddress profile

脚本

脚本用途
play-blinko.js完成一局完整游戏(认证 → 创建 → 提交 → 游戏 → 结算)
stats.js
查看个人资料、游戏记录、排行榜、蜂蜜余额 |

游戏

bash
export WALLETPRIVATEKEY=0x...
node scripts/play-blinko.js [betETH] [--hard] [--v2]

标志效果
--hard困难模式(主游戏 RTP 为 0%,必须触发奖励才能获胜)
--v2
V2 算法和配置 |

示例:
bash
node scripts/play-blinko.js 0.001 # 普通模式,0.001 ETH
node scripts/play-blinko.js 0.005 --hard # 困难模式
node scripts/play-blinko.js 0.002 --v2 # V2 算法
node scripts/play-blinko.js 0.003 --hard --v2 # V2 困难模式

投注限制: 0.0001 - 0.1 ETH

统计数据

bash
node scripts/stats.js

[command] [limit]

命令显示内容
profile名称、蜂蜜、游戏统计、连胜记录
games [N]
最近 N 局游戏及结果 | | leaderboard | 前十名 + 您的排名 | | honey | 蜂蜜余额明细 |

工作原理

API → 链 → API → 链

  1. 1. 登录 — 使用钱包签署消息,获取 JWT
  2. 创建 — API 生成游戏种子,返回服务器签名
  3. 提交 — 在链上调用 createGame(),附带 ETH 投注金额和随机盐值
  4. 游戏 — API 合并种子,模拟物理过程,返回结果
  5. 结算 — 在链上调用 cashOut()(获胜)或 markGameAsLost()(失败)

所有游戏均通过提交-揭示方案实现可验证公平。

游戏机制

  • - 10 个球 从 8 行钉子中落下
  • 格子倍数: 2x、1.5x、0.5x、0.2x、0.1x、0.1x、0.2x、0.5x、1.5x、2x
  • 奖励: 收集 B-O-N-U-S 字母以触发奖励轮次(最高 9 级)
  • 蜂蜜: 通过击中特殊钉子获得(需要推荐人)

关键信息

项目
Abstract (2741)
RPC
https://api.abs.xyz(硬编码) | | 合约 | 0x1859072d67fdD26c8782C90A1E4F078901c0d763 | | API | https://api.blinko.gg | | 游戏 | blinko.gg |

环境变量

变量必需描述
WALLETPRIVATEKEY是(用于游戏)签署交易的私钥。请使用热钱包。

依赖项

bash
npm install ethers@6

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 blinko-1776419958 技能

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

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

通过命令行安装

skillhub install blinko-1776419958

下载

⬇ 下载 blinko v1.1.1(免费)

文件大小: 7.78 KB | 发布时间: 2026-4-17 19:28

v1.1.1 最新 2026-4-17 19:28
- Removed README.md; all documentation now consolidated in SKILL.md.
- In SKILL.md: lifted the restriction on autonomous invocation by agents—agents can now invoke the skill automatically.
- Updated metadata in SKILL.md to remove disableModelInvocation flag.

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

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

p2p_official_large
返回顶部