A
AIA Academy
@aiaacadamy1.7K подп.
256просмотров
15.5%от подписчиков
7 марта 2026 г.
Score: 282
Follow these Steps 1. Open a Terminal For this, you can use: - Mac: Terminal - Windows PC: PowerShell or Command Prompt Android mobile: Install Termux > open it > run "pkg install nodejs" first Then run the commands as given below. 2. Copy-paste and run these commands one by one: Command 1: npx clawhub@latest install verified-agent-identity Command 2: cd skills/verified-agent-identity/scripts npm install Command 3: node createNewEthereumIdentity.js This creates the agent's Ethereum DID passport. Save the keys securely. Command 4: node manualLinkHumanToAgent.js --challenge '{"name":"My Agent","description":"My personal AI agent"}' This will generate a verification link. Copy and open that link in your browser, connect your wallet or login with your gmail account where you have Billions account, and sign. Note: If you’re on Windows PowerShell and the last command gives an error, run this instead: node manualLinkHumanToAgent.js --challenge "{\"name\":\"My Agent\",\"description\":\"My personal AI agent\"}"
256
просмотров
1082
символов
Нет
эмодзи
Нет
медиа

Другие посты @aiaacadamy

Все посты канала →
Follow these Steps 1. Open a Terminal For this, you can use: — @aiaacadamy | PostSniper