hyperledger / indy-plenum

Plenum Byzantine Fault Tolerant Protocol
https://wiki.hyperledger.org/display/indy
Apache License 2.0
215 stars 370 forks source link

What is the use of the clients added to the Test Network ? #949

Closed AlwaysFurther closed 1 year ago

AlwaysFurther commented 5 years ago

Hi,

I am new to Indy and I am trying to understand better the structure of the whole system. I understand what is a Trustee, Steward and Trust Anchor.

I was reading the 'indy-plenum/plenum/common/test_network_setup.py' script and I saw this piece of code

for cd in client_defs:
            txn = Member.nym_txn(cd.nym, verkey=cd.verkey, creator=trustee_def.nym,
                                 seq_no=seq_no,
                                 protocol_version=genesis_protocol_version)

What are these clients for ? what can they do ?

Thanks in advance for your answer !

burdettadam commented 5 years ago

We are using Jira to track issues now, please use this Jira INDY-1797 ticket for any further discussion.