Verida Documentation
  • Welcome
  • Network Overview
  • Start Building
  • Verida Wallet
  • Whitepapers
  • Glossary
  • Protocol
    • Core concepts
      • Design Principles
      • Decentralized Identity
      • Confidential Databases
      • Confidential Compute
      • Accounts and Identity
      • Data Storage
      • Application Contexts
      • Messaging
      • Schemas
      • Data Sharing
    • Client SDK
      • Getting Started
      • How It Works
      • Authentication
      • Data
      • Queries
      • Permissions
      • Messaging
      • Account Profiles
      • Events
      • Command Line Tools
      • Configuration
      • React Native
      • Advanced
    • Verida Connect SDK
      • Getting Started
      • WebUser
      • WalletConnect Support
      • Authentication Server
    • Blockchain Bridge
    • Run a Node
      • Database Node
        • Setup
        • Operations
        • FAQ
      • Compute Node
    • Verida Networks
  • Extensions
    • Credentials
      • Verifiable Credentials Developer SDK
      • cheqd Credential Service
      • Privado ID (fmr Polygon ID)
      • zkPass credentials
      • Reclaim Protocol credential
    • Verida URIs
    • Vue Components
Powered by GitBook
On this page
  • Installation
  • Available Commands
  • Create Account
  • Get Account Information
  • Get DID Document
  • Get Profile
  • Set Profile
  • Send Message

Was this helpful?

  1. Protocol
  2. Client SDK

Command Line Tools

Installation

yarn global add @verida/cli-tools

Available Commands

Create Account

Create a new account on the Verida Network.

You will need to specify a Polygon POS private key that has sufficient tokens to pay for the on-chain transaction to register the identity on the network.

yarn verida-cli CreateAccount --help

Get Account Information

Get the DID, private key and public key for a known Verida Account. Accepts a private key or seed phrase.

yarn verida-cli GetAccountInfo -help

Get DID Document

Get the DID Document for a Verida DID.

yarn verida-cli GetDIDDocument --help

Get Profile

Get the public profile of a Verida Account (if set).

yarn verida-cli GetProfile --help

Set Profile

Set the public profile data of a Verida Account.

yarn verida-cli SetProfile --help

Send Message

Send a test inbox message to a DID.

yarn verida-cli SendInboxMessage --help

PreviousEventsNextConfiguration

Last updated 7 months ago

Was this helpful?