1.0.6 • Published 6 months ago
create-icp-evm-bridge v1.0.6
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 implementationic-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