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 semana passada
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:56
Descricao
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.
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1