@0xward/twinpayai-client 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +14 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,15 @@
1
- # twinpayai-client
2
- Governance poll and soulbound token helper for TwinPayAI.
1
+ # @0xward/twinpayai-client
3
2
 
4
- Published by 0xward via Termux.
3
+ TwinPay AI is an AI-powered payment agent built on the Stacks blockchain. Instead of manually constructing complex blockchain operations, describe what you want to pay for in plain English, and the AI audits and prepares the transaction for signature.
4
+
5
+ ## Features
6
+ - **Natural Language Parsing:** Maps plain English intents directly to blockchain transactional structures.
7
+ - **Pre-Transaction Auditing:** Built-in verification steps ensuring safety prior to signing sequences.
8
+
9
+ ## Installation
10
+ ```bash
11
+ npm install @0xward/twinpayai-client
12
+ ```
13
+
14
+ ## License
15
+ MIT © [0xward](https://github.com/0xward)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xward/twinpayai-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Governance poll and soulbound token helper for TwinPayAI.",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -13,4 +13,4 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  }
16
- }
16
+ }