We used Ethereum's ECDSA library in the Sila stablecoin and multi-sig security was on the future roadmap. But ECDSA is being eclipsed by EdDSA protocol with ed25519 curve. And multi-sig displaced by MPC secure signature.
So we need a well-supported python SDK that supports EdDSA/ed25519 and MPC. My best guess on first pass is Fireblocks.
https://developers.fireblocks.com/reference/new-python-sdk
We're building a platform, not an app. Delegate wallet details to a 3rd party developer and provide an integration API with a REST test client for now.
ChatGBT: "Summary:
Best Python Versions: Python 3.8 or Python 3.9 for full compatibility with the Fireblocks SDK, stability, and long-term support."
Comments