@@ -34,7 +34,7 @@ Hyperlane's architecture consists of four key components:
3434- ** [ Relayers] ** : Off-chain agents that transport messages between chains
3535- ** [ Validators] ** : Fulfilling the security layer of the Hyperlane protocol
3636
37- [ Mailboxes ] : https://docs.hyperlane.xyz/docs/protocol/mailbox
37+ [ Mailboxes ] : https://docs.hyperlane.xyz/docs/protocol/core/ mailbox
3838[ ism ] : https://docs.hyperlane.xyz/docs/protocol/ISM/modular-security
3939[ Relayers ] : https://docs.hyperlane.xyz/docs/protocol/agents/relayer
4040[ Validators ] : https://docs.hyperlane.xyz/docs/protocol/agents/validators
@@ -46,12 +46,38 @@ Hyperlane fees are called **Interchain Gas Payments** and are payed by the
4646
4747For more info about the Interchain Gas Payments, consult the [ Hyperlane documentation] [ igp ]
4848
49- [ igp ] : https://docs.hyperlane.xyz/docs/protocol/interchain-gas-payment
49+ [ igp ] : https://docs.hyperlane.xyz/docs/protocol/core/interchain-gas-payment
50+
51+ ## Hyperlane CLI
52+
53+ The [ Hyperlane CLI] [ cli ] is the official command-line tool for deploying and
54+ managing Hyperlane infrastructure. It provides a comprehensive set of utilities
55+ for:
56+
57+ - ** Chain Configuration** : Set up and register new chains with the Hyperlane
58+ network
59+ - ** Core Contract Deployment** : Deploy Hyperlane's core contracts (Mailbox,
60+ ISM, etc.) to new chains
61+ - ** Warp Route Management** : Configure and deploy token bridges between chains
62+ - ** Message Testing** : Send test messages across chains to verify connectivity
63+ - ** Registry Management** : Interact with chain metadata and contract addresses
64+
65+ The CLI streamlines the process of connecting new chains to the Hyperlane
66+ network, making cross-chain communication accessible to developers and chain
67+ operators.
68+
69+ [ cli ] : https://docs.hyperlane.xyz/docs/reference/developer-tools/cli
70+
71+ ## Hyperlane Core Deployment
72+
73+ For guidance on how to deploy the Hyperlane Core on Sapphire, refer to the
74+ [ official deploy documentation] [ hyperlane-deploy ] .
75+
76+ [ hyperlane-deploy ] : https://docs.hyperlane.xyz/docs/get-started-building#step-2%3A-deploy-hyperlane-core-infrastructure
5077
5178## See also
5279
5380<DocCardList items={[
54- findSidebarItem('/build/opl/hyperlane/cli'),
5581 findSidebarItem('/build/opl/hyperlane/relayer'),
5682 findSidebarItem('/build/opl/hyperlane/pingpong-example'),
5783] } />
0 commit comments