lottery-bot
lottery-bot copied to clipboard
A simple lottery bot that watches the tx pool for a lottery contract deployment and then plays it
Results
1
lottery-bot issues
Sort by
recently updated
recently updated
newest added
1)I wonder that why you "get all the pending transactions" under the `"`subscribe('pendingTransaction`s' `", why you dont use txHash directly. 2) I write this down,`pendingTransactions = await web3.eth.getPendingTransactions().then(console.log())` but out...