sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
302 stars 132 forks source link

Replace secp256k1-py lib #43

Open HooriRn opened 3 years ago

HooriRn commented 3 years ago

Hello everyone,

This wrapper should use a better library instead of secp256k1-py because it depended on the native secp256k1, which its installation is hard for some devs (most likely in windows and macOS). So I would recommend this to be replaced with other libs that support secp256k1 too, like electrumsv-secp256k1 or cryptography