返回顶部
e

etherlinkEtherlink交互

Etherlink blockchain interaction - EVM-compatible L2 on Tezos. Supports mainnet and shadownet testnet via MCP server. Use for balance checks, transactions, smart contracts, and token operations on Etherlink.

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

etherlink

Etherlink 技能

与基于Tezos构建的EVM兼容L2网络Etherlink进行交互。

快速开始

1. 配置MCP服务器

添加到您的Claude/MCP配置中:

json
{
mcpServers: {
etherlink: {
command: bun,
args: [run, /path/to/etherlink-mcp-server/src/index.ts],
env: {
EVMPRIVATEKEY: your-private-key-here
}
}
}
}

2. 选择网络

使用网络名称或链ID:

  • - 主网:etherlink 或 42793
  • 测试网:etherlink-shadownet 或 127823

网络

网络链IDRPC浏览器
Etherlink 主网42793https://node.mainnet.etherlink.comhttps://explorer.etherlink.com
Etherlink Shadownet
127823 | https://node.shadownet.etherlink.com | https://shadownet.explorer.etherlink.com |

原生货币:XTZ(18位小数)

常见操作

查询余额

在etherlink上查询0x...的余额

发送交易

在etherlink上向0x...发送0.1 XTZ

读取合约

在etherlink上调用合约0x...的balanceOf方法,查询地址0x...

获取区块信息

在etherlink上获取最新区块

Etherlink 特别说明

主要差异

  1. 1. 原生货币:XTZ(Tez),而非ETH
  2. 无EIP-1559:费用市场尚未实现 - 请使用传统Gas定价
  3. 区块哈希:计算方式不同(无法仅从区块头验证)
  4. 速率限制:公共RPC限制为1000次请求/分钟

支持的端点

  • - ✅ ethblockNumber, ethchainId, ethgetBalance
  • ✅ ethcall, ethestimateGas, ethgasPrice
  • ✅ ethsendRawTransaction, ethgetLogs
  • ✅ debugtraceTransaction
  • ❌ ethsubscribe(仅限实验性)
  • ❌ 过滤器端点(eth_newFilter等)

Tezos L1 桥接

Etherlink通过桥接连接到Tezos L1进行存款/提现。桥接操作需要Tezos工具。详情请参阅Etherlink文档

测试网水龙头

获取测试网XTZ:https://shadownet.faucet.etherlink.com

故障排除

不支持的网络:使用正确的网络名称(etherlink、etherlink-shadownet)或链ID。

速率限制:公共RPC有1000次请求/分钟的限制。生产环境请运行自己的节点。

交易失败:不支持EIP-1559 - 不要设置maxFeePerGas/maxPriorityFeePerGas。

资源

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 etherlink-skill-1776370529 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 etherlink-skill-1776370529 技能

通过命令行安装

skillhub install etherlink-skill-1776370529

下载

⬇ 下载 etherlink v1.0.0(免费)

文件大小: 6.79 KB | 发布时间: 2026-4-17 15:47

v1.0.0 最新 2026-4-17 15:47
- Initial release of the etherlink-skill (v1.0.0).
- Enables balance checks, transactions, contract calls, and token operations on Etherlink’s EVM L2 (mainnet & testnet).
- Supports integration via MCP server, with network selection by name or chain ID.
- Documents key Etherlink differences (XTZ as native, no EIP-1559, rate limits).
- Provides code snippets and troubleshooting tips for common use cases.
- Includes links to documentation, block explorers, and testnet faucet.

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

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

p2p_official_large
返回顶部