pearl_cmd
pearl_cmd
¶
diapason pearl — thin wrappers around Pearl's native CLIs.
Functions:¶
pearl
¶
doctor
¶
Show whether Pearl native binaries are discoverable.
Source code in src/diapason/cli/pearl_cmd.py
node
¶
Run pearld with pass-through arguments.
Source code in src/diapason/cli/pearl_cmd.py
wallet
¶
Run oyster with pass-through arguments.
Source code in src/diapason/cli/pearl_cmd.py
ctl
¶
Run prlctl with pass-through arguments.
Source code in src/diapason/cli/pearl_cmd.py
address
¶
address(
pearl_home: str | None,
user: str,
password: str,
server: str,
notls: bool,
skipverify: bool,
) -> None
Generate a Pearl wallet address through Oyster's wallet RPC.