8 个版本

0.6.1 2024年2月1日
0.6.0 2024年1月29日
0.6.0-rc.12023年12月19日
0.5.1 2023年11月9日

#3 in #bonsai

Download history • Rust 包仓库 24/week @ 2024-03-11 • Rust 包仓库 15/week @ 2024-03-18 • Rust 包仓库 12/week @ 2024-03-25 • Rust 包仓库 33/week @ 2024-04-01 • Rust 包仓库 8/week @ 2024-04-08 • Rust 包仓库 17/week @ 2024-04-15 • Rust 包仓库 23/week @ 2024-04-22 • Rust 包仓库 9/week @ 2024-04-29 • Rust 包仓库 11/week @ 2024-05-06 • Rust 包仓库 14/week @ 2024-05-13 • Rust 包仓库 16/week @ 2024-05-20 • Rust 包仓库 8/week @ 2024-05-27 • Rust 包仓库 23/week @ 2024-06-03 • Rust 包仓库 9/week @ 2024-06-10 • Rust 包仓库 9/week @ 2024-06-17 • Rust 包仓库 13/week @ 2024-06-24 • Rust 包仓库

每月55次下载

Apache-2.0

9.5MB
114K SLoC

Solidity 52K SLoC // 0.3% comments • Rust 包仓库 JavaScript 36K SLoC // 0.0% comments • Rust 包仓库 Rust 18K SLoC // 0.1% comments • Rust 包仓库 RPM Specfile 3.5K SLoC • Rust 包仓库 AsciiDoc 3.5K SLoC // 0.0% comments • Rust 包仓库 Shell 398 SLoC // 0.1% comments • Rust 包仓库 GNU Style Assembly 370 SLoC // 0.5% comments • Rust 包仓库 Handlebars 149 SLoC • Rust 包仓库 TypeScript 115 SLoC // 0.0% comments • Rust 包仓库

Bonsai Ethereum Relay

此仓库提供了 bonsai-ethereum-relay 工具,用于将 Ethereum 与 Bonsai 集成。它与一个能够将 Ethereum 与 Bonsai 以及相反交互进行中继的 Ethereum 智能合约相结合。

使用方法

A relayer to integrate Ethereum with Bonsai.

Usage: bonsai-ethereum-relay [OPTIONS] --contract-address <CONTRACT_ADDRESS> --eth-node-url <ETH_NODE_URL> --wallet-key-identifier <WALLET_KEY_IDENTIFIER>

Options:
  -p, --port <PORT>
          The port of the relay REST API [default: 8080]
      --rest-api
          Toggle to disable the relay REST API
      --contract-address <CONTRACT_ADDRESS>
          Bonsai Relay contract address on Ethereum
      --eth-node-url <ETH_NODE_URL>
          Ethereum Node endpoint
      --eth-chain-id <ETH_CHAIN_ID>
          Ethereum chain ID [default: 5]
  -w, --wallet-key-identifier <WALLET_KEY_IDENTIFIER>
          Wallet Key Identifier. Can be a private key as a hex string, or an AWS KMS key identifier [env: WALLET_KEY_IDENTIFIER=]
      --bonsai-api-url <BONSAI_API_URL>
          Bonsai API URL [env: BONSAI_API_URL=https://127.0.0.1:8081] [default: https://127.0.0.1:8081]
      --bonsai-api-key <BONSAI_API_KEY>
          Bonsai API Key Defaults to empty, providing no authentication [env: BONSAI_API_KEY=none] [default: ]
      --risc0-dev-mode
          Toggle to enable dev_mode: only a local executor runs your zkVM program and no proof is generated [env: RISC0_DEV_MODE=]
  -h, --help
          Print help
  -V, --version
          Print version

有关更多说明,请参阅我们的 文档 和我们的 Bonsai Foundry 模板

依赖项

~48–69MB
~1.5M SLoC