trustrouter 0.1.0 → 0.1.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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# TrustRouter
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/js/trustrouter)
|
|
4
|
+
|
|
3
5
|
**ERC-8004 Reputation-Aware Service Router**
|
|
4
6
|
|
|
5
7
|
Discover, rank, and route to the best services on-chain — agents, MCP tools, oracles, APIs, DeFi bots, and anything registered on [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004). TrustRouter queries the Identity and Reputation registries using free public RPCs to find the highest-trust provider for any given task.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trustrouter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "ERC-8004 reputation-aware service router — discover, rank, and route to the best services and agents on-chain",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/registry.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"cli",
|
|
35
35
|
"blockchain"
|
|
36
36
|
],
|
|
37
|
-
"author": "",
|
|
37
|
+
"author": "Antigravity",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18"
|