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 letzte Woche
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated letzte Woche
Analysiert 31.03.2026, 15:56
Beschreibung
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.
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:43
Run 1