本地 Sei 脚本部署 (Local Sei script deployment)
To set up seid
locally you can use this deployment script. This script automatically warps the old sei state and sets up a new sei node locally. To run the script:
要在本地设置 seid
,您可以使用 这个 部署脚本。该脚本自动封装旧的 sei 状态并在本地设置新的 sei 节点。要运行脚本:
The script takes in a keyname, e.g. alice
, and a package release version i.e. 1.1.4beta
. It produces the local chain with a given chain_id of sei-chain
.
该脚本接受一个键名,例如alice
,以及一个发布包版本,即1.1.4beta
。它生成具有给定chain_id sei-chain
的本地链。
To confirm the script successfully started seid
locally, you can run the following: seid status | jq
and should see JSON that looks like the following:
要确认脚本在本地成功启动了 seid
,可以运行以下命令:seid status | jq
并且应该看到如下所示的 JSON:
最后更新于