Quintor / quindy

High-level Object Oriented API for hyperledger-indy
Apache License 2.0
7 stars 4 forks source link

Switch to not storing the did on the ledger #41

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

Pairwise DIDs are now now longer stored on the ledger.

There is no parameter to actually store them, if you want to store a did on ledger, create a verinym and call acceptVerinymRequest instead.

Fixes #26