npm.io
1.0.6 • Published 1 year agoCLI

create-icp-evm-bridge

Licence
MIT
Version
1.0.6
Deps
0
Size
2 kB
Vulns
0
Weekly
1

create-icp-evm-bridge

CLI tool to quickly get started with chain fusion on ICP.Using either ic-alloy or ic-evm-utils packages.

Features

  • Quick project setup
  • Automated dependency installation
  • Ready-to-use chain fusion templates

Installation & Usage

Create a new chain fusion project using:

npx create-icp-evm-bridge <project_name> [ic-alloy|ic-evm-utils]

The second parameter is optional and defaults to ic-evm-utils if not specified.

Options:

  • ic-alloy: Uses the ic-alloy implementation
  • ic-evm-utils: Uses the ic-evm-utils implementation (default)

Project Structure:

After running the command, your project will be set up with:

  • Rust canister code
  • Bridge implementation
  • Configuration files
  • Deployment scripts

Requirements

  • Node.js 14 or higher
  • Rust and Cargo
  • DFX CLI
  • Git

GitHub repo