Skip to content

Green-Candle-L2/crosschain-bridge-hyperlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interchain Bridge

Setup

Installing Hyperlane CLI

npm install -g @hyperlane-xyz/cli

Creating New Config

hyperlane config create chain
hyperlane chains list

Example : Metadata

Creating ISM Config

hyperlane config create ism

Deployment

hyperlane deploy core \
    --targets greencandle,sepolia,scrollsepolia \
    --ism /home/greenlabs/configs/ism.yaml \ # Path config ism new chains
    --private-key $YOUR_PRIVATE_KEY \ # you private key deployer
    --overrides /home/greenlabs/.hyperlane # Path config new chains

Verify Deployment contract artifacts will be written to the configured registries. By default, you'll find the new addresses in the local directory you ran the command from (e.g. ./chains/chain1/addresses.yaml).

The deployment will also generate a Hyperlane Agent config, which is written to ./configs/agent.json by default, but can be configured with the --agent flag.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published