Friday, February 5, 2021

How to install indy-cli from a bare Ubuntu 16.04 Instance

How to install indy-cli from a bare Ubuntu 16.04 Instance :
 






sudo chmod 777 /var/cache/app-info/xapian/default -R
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable"
sudo add-apt-repository "deb https://repo.sovrin.org/deb xenial stable"
sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main universe"
sudo add-apt-repository "deb http://cz.archive.ubuntu.com/ubuntu xenial main universe"
sudo apt-get update
sudo apt-get install indy-cli


then use:

https://sovrin-foundation.github.io/sovrin/spec/did-method-spec-template


Hyperledger Indy introduction with Indy Agents Demo
https://www.youtube.com/watch?v=llwfb5Ut5sg


there are lot of different videos. try to find hyperledger indy tech stuff.

side note:
Michael Seibel - How to Plan an MVP
https://www.youtube.com/watch?v=1hHMwLxN6EM

Michael Seibel - Building Product
https://www.youtube.com/watch?v=C27RVio2rOs



No comments:

Post a Comment