@fatstack/x402 0.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.
- package/README.md +10 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @fatstack/x402
|
|
2
|
+
|
|
3
|
+
**Reserved, launching soon.**
|
|
4
|
+
|
|
5
|
+
This package name is reserved for [Fatstack](https://fatstack.net) — a non-custodial
|
|
6
|
+
marketplace where AI agents discover and pay for API and MCP tool calls in USDC via the
|
|
7
|
+
x402 protocol on Base.
|
|
8
|
+
|
|
9
|
+
When published, this package will provide the x402 provider middleware and the paying
|
|
10
|
+
agent client. It contains no functional code yet.
|
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@fatstack/x402",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Reserved for Fatstack — x402 provider middleware and paying agent client for USDC on Base. Launching soon.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"homepage": "https://fatstack.net",
|
|
7
|
+
"keywords": ["x402", "usdc", "base", "mcp", "ai-agents"],
|
|
8
|
+
"files": ["README.md"]
|
|
9
|
+
}
|