You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ You can run PayID CLI in either interactive mode or non-interactive (single comm
35
35
In interactive mode, a prompt is displayed, and you can run multiple commands from this prompt. Run the `exit` command to leave interactive mode.
36
36
37
37
Interactive mode retains a history of executed commands that you can access by with the up arrow key. Use the <Tab> key for command completion.
38
-
38
+
39
39
In non-interactive mode, you run a single command, based on supplied command line arguments, and then the CLI exits.
40
40
No prompt is displayed in this mode. Non-interactive mode is useful for running commands from a script, or to chain the results
41
41
of multiple commands together.
42
42
43
-
To run the CLI in interactive mode, run `payid`. You can now enter `<command> arguments` for each command you want to run.
43
+
To run the CLI in interactive mode, run `payid`. You can now enter `<command> arguments` for each command you want to run.
44
44
45
-
To run the CLI in non-interactive mode, run `payid <command> <arguments>`.
45
+
To run the CLI in non-interactive mode, run `payid <command> <arguments>`.
46
46
47
47
Examples of non-interactive mode:
48
48
@@ -52,7 +52,7 @@ The following command lists information about the specified PayID.
52
52
payid load 'nhartner$xpring.money'
53
53
```
54
54
55
-
You can run multiple commands chained together. This set of commands initializes a new or existing PayID, associates a specified crypto-address for the specified currency and network, and then saves the PayID with this information.
55
+
You can run multiple commands chained together. This set of commands initializes a new or existing PayID, associates a specified crypto-address for the specified currency and network, and then saves the PayID with this information.
@@ -138,7 +138,7 @@ created identity key, run `keys load </path/to/pem/file>`.
138
138
### Sign a PayID
139
139
140
140
Before you sign an PayID, you must either load the PayID using the `load` command, or create a PayID using the
141
-
`init` command, and you must execute commands so that the PayID one or more crypto-addresses.
141
+
`init` command, and you must execute commands so that the PayID one or more crypto-addresses.
142
142
143
143
Once a PayID has been initialized or loaded, you can sign it using an [identity key](#identity-keys). You must either generate a new key, or load an existing one. Once your PayID has been loaded or initialized, and your identity key has been generated or loaded,
144
144
you can sign the PayID using `sign` command. The `sign` command signs each of your PayID address
@@ -167,4 +167,4 @@ inspect
167
167
168
168
## Legal
169
169
170
-
By using, reproducing, or distributing this code, you agree to the terms and conditions for use (including the Limitation of Liability) in the [Apache License 2.0](https://github.com/payid-org/payid-cli/blob/master/LICENSE). If you do not agree, you may not use, reproduce, or distribute the code. **This code is not authorised for download in Australia. Any persons located in Australia are expressly prohibited from downloading, using, reproducing or distributing the code.** This code is not owned by, or associated with, NPP Australia Limited, and has no sponsorship, affiliation or other connection with the “Pay ID” service operated by NPP Australia Limited in Australia.
170
+
By using, reproducing, or distributing this code, you agree to the terms and conditions for use (including the Limitation of Liability) in the [Apache License 2.0](https://github.com/payid-org/payid-cli/blob/master/LICENSE). If you do not agree, you may not use, reproduce, or distribute the code. **This code is not authorised for download in Australia. Any persons located in Australia are expressly prohibited from downloading, using, reproducing or distributing the code.** This code is not owned by, or associated with, NPP Australia Limited, and has no sponsorship, affiliation or other connection with the "Pay ID" service operated by NPP Australia Limited in Australia.
0 commit comments