@0xward/proofofalpha-core 1.0.0 → 1.0.2

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 +11 -3
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
- Published by 0xward via Termux.
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.0",
3
+ "version": "1.0.2",
4
4
  "description": "On-chain alpha signals processing core metrics.",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -12,5 +12,13 @@
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
15
- }
16
- }
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/0xward/proofofalpha-core.git"
19
+ },
20
+ "bugs": {
21
+ "url": "https://github.com/0xward/proofofalpha-core/issues"
22
+ },
23
+ "homepage": "https://github.com/0xward/proofofalpha-core#readme"
24
+ }