@botwallet/agent-cli 0.1.0-beta.1 → 0.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,9 @@ npm install -g @botwallet/agent-cli
|
|
|
14
14
|
# Register a new wallet (FROST threshold key generation)
|
|
15
15
|
botwallet register --name "My Agent Wallet" --owner human@example.com
|
|
16
16
|
|
|
17
|
-
#
|
|
18
|
-
botwallet
|
|
17
|
+
# Create an invoice and send it
|
|
18
|
+
botwallet paylink create 25.00 --desc "Research report"
|
|
19
|
+
botwallet paylink send <request_id> --to client@example.com --message "Here's your invoice"
|
|
19
20
|
|
|
20
21
|
# Two-step payment flow
|
|
21
22
|
botwallet pay @merchant 10.00 # Step 1: Create intent
|