Licence: MIT Licence
Author: Bocheng Zhang
Language: Python (>= 3.6)
This is a tool set for elastos.
The functions below are supported:
- get DID from jwt-token
- get public-key from DID
- import public/private key from compressed/uncompressed key string or pem format
- export compressed/uncompressed key string or pem format
- verify jwt-token
- get address or did from public/private key
- get did, address, private key and public key from mnemonic word More functions will be added soon.
The example of the functions above is in main.py