快速开始
2025年10月30日小于 1 分钟hyperlanewebrustquick-startquickstart
快速开始
提示
这是基于 hyperlane 封装的项目(hyperlane-quick-start),旨在简化使用和规范项目代码结构。
克隆项目
git clone https://github.com/hyperlane-dev/hyperlane-quick-start.git进入项目
cd hyperlane-quick-start运行
提示
此项目使用 server-manager 进行服务管理。 使用参考 官方文档。
运行
cargo run在后台运行
cargo run -d停止
cargo run stop重启
cargo run restart重启在后台运行
cargo run restart -d热重启
cargo run hot