Indy

환경 구축

iesay 2019. 11. 13. 11:42

출처 : https://medium.com/@kctheservant/exploring-hyperledger-indy-through-indy-dev-example-10075d2547ae

 

Exploring Hyperledger Indy through indy-dev Example

How Self-Sovereign Identity (SSI) works in Hyperledger Indy

medium.com

 

$ git clone https://github.com/sovrin-foundation/indy-dev.git
$ cd indy-dev

sudo make build

sudo make start

cd python
$ python3 getting_started.py

npm install --save indy-sdk