nodpay 0.2.11 → 0.2.12
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/SKILL.md +7 -0
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -19,6 +19,13 @@ You propose payments, your human approves with one tap. 2-of-3 multisig — you
|
|
|
19
19
|
- **The web app is a convenience layer.** It helps users create wallets and approve transactions. All crypto operations happen client-side; nothing sensitive is stored server-side.
|
|
20
20
|
- **Verify the agent address matches yours** before storing wallet info. Mismatch = wrong key binding.
|
|
21
21
|
|
|
22
|
+
## For Your User
|
|
23
|
+
|
|
24
|
+
- **No app, no extension, no account.** User opens a link, creates a passkey, done. 30 seconds.
|
|
25
|
+
- **Works on any device.** Passkeys are built into the OS — phone, laptop, tablet.
|
|
26
|
+
- **One-tap approval.** Agent proposes, user taps approve. No gas estimation, no hex strings.
|
|
27
|
+
- **Same address everywhere.** One wallet works across all supported chains.
|
|
28
|
+
|
|
22
29
|
---
|
|
23
30
|
|
|
24
31
|
## Setup
|