Skip to content

andkononykhin/sovrin-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sovrin-agent

This is an experimental reference implementation of a Sovrin Agent. A Sovrin Agent is a persistent internet addressable endpoint dedicated to supporting the interactions of an individual or organization. Sovrin Agents are not required to interact with others or with the Sovrin network. A Sovrin Agent could provide services for its owner, such as monitoring, notification, messaging, backups, and interacting with the Sovrin Distributed Identity Ledger.

Pre-requisite

  • Python > 3.5

Steps to install

  • Clone this repository and switch to cloned repository directory
  • $ pip install -r requirements.txt

Steps to run api

  • $ python -m agent.scripts.startApiServer.py 0.0.0.0 8080
  • Run $ pytest to run all tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%