@0xward/proofofalpha-core 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.
- package/README.md +14 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
# proofofalpha-core
|
|
2
|
-
On-chain alpha signals processing core metrics.
|
|
1
|
+
# @0xward/proofofalpha-core
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
Proof of Alpha is a full on-chain intelligence ecosystem built on Celo. It combines a forensic analysis terminal powered by Groq AI, a competitive wallet battle arena, and a DeFi vault maximizing idle assets via Aave V3.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
- **Forensic Analytics:** Core hooks designed to interface with Groq AI telemetry for deep network tracking.
|
|
7
|
+
- **Yield Optimization:** Abstractions mapping directly into Aave V3 interfaces on Celo.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```bash
|
|
11
|
+
npm install @0xward/proofofalpha-core
|
|
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/proofofalpha-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "On-chain alpha signals processing core metrics.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -13,4 +13,4 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
}
|
|
16
|
-
}
|
|
16
|
+
}
|