token
Usage: pmc token [OPTIONS] COMMAND [ARGS]...
Token chain commands
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────╮
│ link-evm-eoa-account This command links an EVM Externally Owned Account │
│ (EOA) to a Chromia account on the Token Chain. │
╰─────────────────────────────────────────────────────────────────────────────╯
The token command (pmc token
) consists of sub-commands used to manage Token Chain.
token link-evm-eoa-account
Usage: pmc token link-evm-eoa-account [OPTIONS]
This command links an EVM Externally Owned Account (EOA) to a Chromia account
on the Token Chain.
╭─ Configuration Properties ──────────────────────────────────────────────────╮
│ -cfg, --config=CONFIG Alternate path for client configuration file │
│ -s, --settings=SETTINGS Alternate path for project settings file │
│ --lookup-brid Ignore any 'brid' property in configuration file, │
│ always perform lookup │
│ --lookup-nodes / --no-lookup-nodes │
│ Lookup system cluster signer nodes for sending │
│ transactions to (default: yes) │
│ --network=TEXT Target network to make requests to (if chromia.yml│
│ is configured) │
│ --secret=PATH Path to secret file (pubkey/privkey) │
│ --key-id=KEY_ID Key ID of the keypair to use │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Options ──────────────────────────────────────────────────────────────── ───╮
│ --account-id=ID Account id of the account to be updated. │
│* --evm-address=ADDRESS EVM address │
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
The link evm eoa account command (pmc token link-evm-eoa-account
) links an EVM Externally Owned Account (EOA) to a
Chromia account on the Token Chain.