Link a wallet to a user IDThe link-wallet command allows you to create a permanent association between a user ID and a wallet address in the Trust Engine system. This relationship is stored on the Solana blockchain and can be used to manage user identities across your application. To use it, run the following command from your terminal
Option | Description |
---|---|
-u, --userID <id> | User ID (alphanumeric string) |
-w, --walletAddress <address> | Wallet address (Solana public key) |
--json | Output the result as JSON |