l2fp-contracts is a collection of contracts for managing nodes and verifying BLS signatures in an L2 fast finality network. It receives aggregated signature verifications from Finality Providers in the Babylon and Symbiotic networks to ensure the finality of the network.
$ 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