← 返回
开发者工具 中文

Near Batch Sender

Batch operations for NEAR tokens - send to multiple recipients, transfer NFTs, claim rewards with cost estimation.
NEAR代币批量操作:群发代币、转移NFT、领取奖励,并提供费用估算。
shaiss
开发者工具 clawhub v1.0.0 1 版本 99804.3 Key: 无需
★ 0
Stars
📥 1,530
下载
💾 8
安装
1
版本
#latest

概述

NEAR Batch Sender Skill

Batch operations for NEAR sends, NFT transfers, and claims with cost estimation.

Description

This skill provides batch operations for sending NEAR tokens, transferring NFTs, and claiming rewards. Includes cost estimation before execution.

Features

  • Batch send NEAR to multiple addresses
  • Batch transfer NFTs
  • Batch claim operations
  • Cost estimation before execution
  • Progress tracking for batch operations

Commands

near-batch send

Batch send NEAR to multiple recipients.

JSON format:

{
  "recipients": [
    {"account": "account1.near", "amount": "1.5"},
    {"account": "account2.near", "amount": "0.5"}
  ]
}

near-batch nft

Batch transfer NFTs.

JSON format:

{
  "transfers": [
    {"token_id": "123", "receiver": "account1.near", "contract": "nft.near"},
    {"token_id": "456", "receiver": "account2.near", "contract": "nft.near"}
  ]
}

near-batch estimate [type]

Estimate gas costs for a batch operation.

Parameters:

  • type - Operation type: send, nft, claim (default: send)

near-batch claim

Batch claim rewards/airdrops.

References

  • NEAR CLI: https://docs.near.org/tools/near-cli
  • NEAR Batch Actions: https://docs.near.org/api/rpc/transactions/batch-actions

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 00:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,200
productivity

Near Multi Account Manager

shaiss
针对NEAR协议的安全多账户管理,支持加密凭证存储、账户切换和余额聚合
★ 0 📥 2,037