manta-fp-contracts is a suite of contracts designed for managing nodes and verifying BLS signatures within a Layer 2 fast finality network. It aggregates signature verifications from Finality Providers in the Babylon and Symbiotic networks to ensure the network's finality.
$ forge install$ forge build$ forge test$ forge fmt$ forge snapshot$ forge script script/deployFinalityRelayer.s.sol:deployFinalityRelayerScript --rpc-url <your_rpc_url> --private-key <your_private_key> --broadcast