Skip to content

Create Dimas#535

Open
dimasmuzaqir7 wants to merge 1 commit intoBillionsNetwork:developfrom
dimasmuzaqir7:patch-3
Open

Create Dimas#535
dimasmuzaqir7 wants to merge 1 commit intoBillionsNetwork:developfrom
dimasmuzaqir7:patch-3

Conversation

@dimasmuzaqir7
Copy link

name: Verify Human Identity

on:
workflow_dispatch:
inputs:
agent_name:
description: 'dimasmuzakir'
required: true
default: 'dimasmizakir'
agent_description:
description: 'dimasmuzakir'
required: true
default: 'dimasmuzakir AI Agent'

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: Step 1 - Install ClawHub skill
    run: npx clawhub@latest install verified-agent-identity

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

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

  - name: Step 3 - Link Human to Agent
    run: |
      node scripts/manualLinkHumanToAgent.js --challenge '{"name": "dimasmuzakir", "description": "dimasmuzakir 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