Skip to content

Veramo client that interacts with the Veramo agent.

Notifications You must be signed in to change notification settings

tomoima525/veramo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veramo client

Veramo client that interacts with the Veramo agent.

See Veramo for more information.

Installation

This project uses pnpm

pnpm install

Veramo agent

https://veramo.io/docs/basics/introduction Veramo agent can be run locally with veramo cli:

// Create agent.yml file
veramo config create
// Run veramo agent locally
veramo server --config=./agent.yml

Usage

For Veramo agent that runs locally, set up .env file with the following variables:

API_KEY=test123
AGENT_OPEN_API=http:https://localhost:3332/open-api.json // Or http:https://127.0.0.1:3332/open-api.json when accessing docker container

Run the client:

// Creates a new identifier(issuer)
pnpm create-identifier
// List all identifiers
pnpm list-identifiers
// Creates a new credential
pnpm create-credential
// verify credential
pnpm verify-credential

About

Veramo client that interacts with the Veramo agent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published