@x402sentinel/x402 0.1.2 → 0.1.3
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/LICENSE +1 -1
- package/README.md +22 -4
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://sentinel.valeocash.com/favicon.ico" width="80" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<strong>@x402sentinel/x402</strong><br/>
|
|
7
|
+
Enterprise audit & compliance layer for x402 AI agent payments.
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p align="center">
|
|
11
|
+
<a href="https://www.npmjs.com/package/@x402sentinel/x402">
|
|
12
|
+
<img src="https://img.shields.io/npm/v/@x402sentinel/x402?color=red" alt="npm" />
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://opensource.org/licenses/MIT">
|
|
15
|
+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" />
|
|
16
|
+
</a>
|
|
17
|
+
<img src="https://img.shields.io/badge/x402-compatible-blue" alt="x402 compatible" />
|
|
18
|
+
<img src="https://img.shields.io/badge/tests-89%20passing-brightgreen" alt="89 tests passing" />
|
|
19
|
+
</p>
|
|
4
20
|
|
|
5
21
|
---
|
|
6
22
|
|
|
23
|
+
**One line to add. Zero config to start.**
|
|
24
|
+
|
|
7
25
|
## The Problem
|
|
8
26
|
|
|
9
27
|
AI agents are spending real money autonomously. The [x402 protocol](https://github.com/coinbase/x402) enables internet-native payments, but provides no built-in audit trail, budget controls, or compliance tooling.
|
|
@@ -385,4 +403,4 @@ Login with demo API key: `sk_sentinel_demo_000`
|
|
|
385
403
|
|
|
386
404
|
## License
|
|
387
405
|
|
|
388
|
-
MIT
|
|
406
|
+
MIT — see [LICENSE](./LICENSE)
|