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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
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 recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:43
Run 1