Deploy & predict an SMA
Predict the address first
sailor account predict
# options:
# --owner <address> owner EOA (defaults to .sail/account.json)
# --manager <address> agent (manager) wallet, mixed into the kernel salt
# --salt <n> CREATE2 salt nonce (default: 0)
# --chain <id> show the prediction for one chain only
# --json machine-readable outputDeploy
sailor onboard --new-sma
# options:
# --sma <address> use a specific SMA instead of prompting
# --new-sma create a new SMA via SailKernel
# --salt <n> CREATE2 salt (0 for your first SMA; increment for subsequent ones)
# --template <k|addr> also register this permission (kind, label, or address)
# --skip-mandate skip the permission-registration step
# --json non-interactive JSON outputDeploy the same address on another chain
Inspect what you have
Last updated

