Spaces:
Sleeping
Sleeping
Create config.json
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "x402-hyperlayer-demo",
|
| 3 |
+
"title": "X402 HyperLayer — Demo Space",
|
| 4 |
+
"description": "Interactive demo showcasing HyperLayer zero-latency agent flows and small UI widgets for x402 hackathon.",
|
| 5 |
+
"author": "YourName / @your_twitter",
|
| 6 |
+
"version": "0.1.0",
|
| 7 |
+
"license": "MIT",
|
| 8 |
+
"contact": {
|
| 9 |
+
"website": "https://x402hyperlayer.com",
|
| 10 |
+
"twitter": "@your_twitter"
|
| 11 |
+
}
|
| 12 |
+
}
|