以太坊 RPC MPC 服务器

以太坊 RPC MPC 服务器

一个支持所有以太坊 JSON-RPC 调用的 TypeScript MPC 服务器,使 AI 模型能够与区块链数据交互。

快速入门

  1. 克隆仓库: git clone git@github.com:Phillip-Kemper/ethereum-rpc-mpc.git cd ethereum-rpc-mpc
  2. 安装依赖: yarn install
  3. 构建项目: yarn build
  4. 启动服务器: yarn start [RPC_URL] [CHAIN_NAME] 或使用默认配置: yarn start
  5. 使用示例:
    • 获取当前区块号: What's the current block number?
    • 查询地址余额: What's the ETH balance of [地址]? 更多功能参考 README。