快速开始
2025年6月17日小于 1 分钟hyperlanewebrustquick-startquickstart
Hello World
快速开始
提示
这是基于 hyperlane
封装的项目(hyperlane-quick-start),旨在简化使用和规范项目代码结构。
克隆项目
git clone https://github.com/eastspire/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