This example demonstrates an integration of BlsMultisig with Python.
To run the example, you will need to install the required dependencies:
pip install web3 py_ecc
Then, you can run the example by executing the following command:
python multisig.py
This will spin up an Anvil instance with Odyssey features enabled, deploy the multisig contract and execute a simple operation signed by random BLS keys.