singnet / snet-sdk-python

Make gRPC calls to SingularityNET services programmatically using Python
MIT License
1 stars 2 forks source link

Support all identity types (currently only private key is supported) #12

Open raamb opened 5 years ago

raamb commented 5 years ago

@raamb @vforvalerio87 I have several comments.

  1. Only private-key identity is supported. Maybe we could directly use identity.py from snet-cli in order to support all identity types? At least we should add mnemonics identity, because we widely use it.

Originally posted by @astroseger in https://github.com/singnet/snet-sdk-python/pull/5#issuecomment-465615163