Skip to content

Create Billion.yml#525

Open
Supri19 wants to merge 1 commit intoBillionsNetwork:developfrom
Supri19:patch-2
Open

Create Billion.yml#525
Supri19 wants to merge 1 commit intoBillionsNetwork:developfrom
Supri19:patch-2

Conversation

@Supri19
Copy link
Copy Markdown

@Supri19 Supri19 commented Mar 19, 2026

name: Verify Human Identity

on:
workflow_dispatch:

jobs:
verify:
runs-on: ubuntu-latest

steps:
  - name: Checkout repo
    uses: actions/checkout@v3

  - name: Setup Node.js
    uses: actions/setup-node@v3
    with:
      node-version: "20"

  - name: Install ClawHub
    run: npm install -g clawhub

  - name: Install Verified Agent Identity
    run: clawhub install verified-agent-identity

  - name: Install dependencies
    run: |
      cd scripts
      npm install

  - name: Create Ethereum Identity
    run: node scripts/createNewEthereumIdentity.js

  - name: Link Human to Agent
    run: |
      node scripts/manualLinkHumanToAgent.js --challenge '{"name":"bubadibako","description":"bubadibako AI Agent"}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant