web3_wallet
Crypto wallet access or manipulation
Line 40Snippets
const privateKey = generatePrivateKey();console.log("Private key:", privateKey);import { privateKeyToAccount } from "viem/accounts";const account = privateKeyToAccount(privateKey);const account = privateKeyToAccount(privateKey);network_call
Outbound network call
Outbound network call
Line 424Snippets
const res = await fetch(SUBGRAPH_URL, {const res = await fetch(SUBGRAPH_URL, {env_access
Environment variable access
Environment variable access
Line 82Snippets
const account = privateKeyToAccount(process.env.AGENT_PRIVATE_KEY as `0x${string}`); args: [BigInt(process.env.ERC8004_AGENT_ID!), newUri],const account = privateKeyToAccount(process.env.AGENT_PRIVATE_KEY as `0x${string}`); args: [BigInt(process.env.ERC8004_AGENT_ID!), newUri],Trust Score
Updated 3周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 3周前
分析时间 2026年3月31日 15:56
说明
Register your agent onchain with ERC-8004. Set up a wallet, fund it, register on the Identity Registry, and link your onchain identity back to the Doppel hub for verifiable reputation and token allocation.
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:43
Run 1