nekia / 100-days-of-code

Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
http://www.100daysofcode.com
1 stars 0 forks source link

Setup Indy-Agent with python #3

Open nekia opened 5 years ago

nekia commented 5 years ago

We can use indy pool in higher layer level than indy-sdk. Try setup Alice's usecase by using web based indy agent written in python. https://github.com/hyperledger/indy-agent/blob/master/python/README.md

nekia commented 5 years ago

Indy's components stack https://image.slidesharecdn.com/hyperledgerindydeveloperecosystem1point2gwsmarch2019-190315132301/95/hyperledger-indy-platform-privacy-security-and-power-for-digital-identity-systems-10-638.jpg?cb=1552656862

nekia commented 5 years ago

Hyperledger Indy Platform - Privacy, Security and Power for Digital I… https://www.slideshare.net/gokulalex/hyperledger-indy-platform-privacy-security-and-power-for-digital-identity-systems

nekia commented 5 years ago

Done setup for the simple example to exchange DID between 2 agents by using docker container. Screenshot from 2019-04-22 22-49-20

nekia commented 5 years ago
sudo apt-get install python3-pip
sudo apt-get install python3-virtualenv
virtualenv -p python3 <env name>