1.0.6 • Published 6 months ago

create-icp-evm-bridge v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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

1.0.2

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago