Merge pull request #4578 from nymtech/update-sign-nym-node
updating sign commands to include nym-node
This commit is contained in:
@@ -60,10 +60,16 @@ const GatewaySignatureForm = ({
|
||||
return (
|
||||
<Stack gap={3} mb={3}>
|
||||
<Typography variant="body1">
|
||||
Copy below message and sign it with your gateway using the following command
|
||||
Copy the message below and sign it:
|
||||
<br />
|
||||
If you are using a nym-gateway:
|
||||
<br />
|
||||
<code>nym-gateway sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet></code>
|
||||
<br />
|
||||
If you are using a nym-node:
|
||||
<br />
|
||||
<code>nym-node sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet></code>
|
||||
<br />
|
||||
Then paste the signature in the next field.
|
||||
</Typography>
|
||||
<TextField id="outlined-multiline-static" multiline rows={7} value={message} fullWidth disabled />
|
||||
|
||||
@@ -61,10 +61,16 @@ const MixnodeSignatureForm = ({
|
||||
return (
|
||||
<Stack gap={3} mb={3}>
|
||||
<Typography variant="body1">
|
||||
Copy below message and sign it with your mix node using the following command
|
||||
Copy the message below and sign it:
|
||||
<br />
|
||||
If you are using a nym-mixnode:
|
||||
<br />
|
||||
<code>nym-mixnode sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet></code>
|
||||
<br />
|
||||
If you are using a nym-node:
|
||||
<br />
|
||||
<code>nym-node sign --id <your-node-id> --contract-msg <payload-generated-by-the-wallet></code>
|
||||
<br />
|
||||
Then paste the signature in the next field.
|
||||
</Typography>
|
||||
<TextField id="outlined-multiline-static" multiline rows={7} value={message} fullWidth disabled />
|
||||
|
||||
Reference in New Issue
Block a user