This repository contains the backend service for integrating ICP with EVM-compatible networks. It supports minting and burning tokens such as hstICP based on cross-chain events.
git clone git@github.com:HelixLabsDev/eigenfi_icp_evm_rpc.git && cd eigenfi_icp_evm_rpcdfx start --backgrounddfx deploy test_evm_rpc_backendCopy the returned canister id and use it as the EVM_BACKEND_CANISTER_ID in the eigenfi-vault-icp deployment:
const EVM_BACKEND_CANISTER_ID: &str = "canister-id";dfx canister call test_evm_rpc_backend get_canister_eth_addressCopy the returned Ethereum address and use it as the minter role in the hstICP deployment:
const minter = "0xReturnedEthAddressFromAbove";MIT © Helix Labs