Closed damascene closed 2 years ago
Hi, the list of dependencies is listed at the beginning of the readme with the related explanation:
I don't think there is anything useless. Beside scalecodec
, it's all stuff needed for cryptography. I implemented most of the stuff by myself just to minimize the usage of external libraries (e.g. base58, bech32, ss58, all the mnemonic parts).
Anyway, yes I could implement the SCALE encoding by myself as well, since I only need a small subset of it. I'll consider doing it.
Regards, Emanuele
bip_utils doesn't connect to network however
scalecodec
which is related to Palkdot is installingrequests
library. It's included inrequirements.txt
Hopefully there would be a way to make
scalecodec
as an optional dependency. Seems likebip_utils
comes with about 20 dependencies. Would you consider documenting which libraries is needed for which functionality.thank you.