Skip to content

HelixLabsDev/eigenfi_icp_evm_rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eigenfi_icp_evm_rpc

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.


⚡ Quick Start

1️⃣ Clone the Repository

git clone git@github.com:HelixLabsDev/eigenfi_icp_evm_rpc.git && cd eigenfi_icp_evm_rpc

2️⃣ Start the Local Replica

dfx start --background

3️⃣ Deploy the Backend Canister

dfx deploy test_evm_rpc_backend

Copy 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";

4️⃣ Get the EVM-Compatible Address

dfx canister call test_evm_rpc_backend get_canister_eth_address

Copy the returned Ethereum address and use it as the minter role in the hstICP deployment:

const minter = "0xReturnedEthAddressFromAbove";

📄 License

MIT © Helix Labs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages