MohamedTaharHAMMI / BubblesOfTrust-BBTrust-

Other
20 stars 9 forks source link

private/public key #2

Open ghost opened 5 years ago

ghost commented 5 years ago

how do follower generate private keys to associate ? and how do you generate public key for them ? i am a little confused about it! please help me. which library do you use for your key generation and sign tickets? thanks a lot

MohamedTaharHAMMI commented 5 years ago

Hello, The easiest way to generate private/public keys for testing is to use TestRPC that generates 10 private and 10 associated public keys. I also create an API that allow to generate a public key from any private key. It is also in the source code.