ETHBerlin Hackathon 2024 entry
We worked on a solution to incentivize block producers to include transactions from censored or sanctioned smart contracts. This is what we came up with during the ETHBerlin04 Hackathon
you will need:
- You need to
git clone https://github.com/nodestarQ/antiCensorshipBribes.git
andcd
into the root folder. - Go ahead and do a
yarn install:all
this will install all the necessary dependencies. - The
AntiCensorshipBriberFactory
andTwisterMonies
Smart Contract (that stands in as a placeholder for censored contracts) have been deployed on the Ethereum Sepolia Testnet.
yarn run:twister`` is going to serve the frontend for our mock censored smart contract. Connect with the website through MetaMask, Select an amount to deposit and press on the
Deposit``` button.`- Once the transaction gets confirmed it will be picked up by the
sweeper
, which will claim the rewards and include the block.