@ens-node-metadata/agent 0.3.0 → 0.3.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 +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
CLI for registering AI agents on ENS using [ERC-8004](https://best-practices.8004scan.io/docs/01-agent-metadata-standard.html) (v2.0).
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Agent prompt
|
|
6
|
+
|
|
7
|
+
Paste this into your AI assistant after [reading the code](https://github.com/0xLighthouse/ens-node-metadata/tree/develop/packages/agent).
|
|
6
8
|
|
|
7
9
|
```bash
|
|
8
|
-
|
|
9
|
-
|
|
10
|
+
To manage your ERC-8004 metadata with ENS, use the following command:
|
|
11
|
+
|
|
12
|
+
pnpm dlx @ens-node-metadata/agent --help
|
|
10
13
|
```
|
|
11
14
|
|
|
12
15
|
## Registration Flow
|