Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Python BLS Multisig

This example demonstrates an integration of BlsMultisig with Python.

Running the example

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.