eattheblocks icon indicating copy to clipboard operation
eattheblocks copied to clipboard

Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers

Results 131 eattheblocks issues
Sort by recently updated
recently updated
newest added

Change of dexs to allow flashloans from both.

Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

./build/contracts/MyContract.json is missing from the project screencast/264-intro-to-ethers Still very new to this crypto programming. It would be really helpful to see what is inside or how to make it. Thank...

Their is a mistake in profitable-flashloans/update-bsc-flashloan)/run-arbitrage.js Line 55 to 58 It should be [addresses.tokens.DAI, addresses.tokens.WETH]); not [addresses.DAI, addresses.WETH]);

Despite its name, ‘smart’ contracts in Ethereum are not self-executing. You need an external source (either human or machine) to call the smart contract and execute its code. But projects...

Hi i encountered the below issue, please advise how to solve this Error: connection not open on send() at Object.ConnectionError (C:\Users\anthony\Downloads\Flashloan\node_modules\web3-core-helpers\lib\errors.js:66:23) at Object.ConnectionNotOpenError (C:\Users\anthony\Downloads\Flashloan\node_modules\web3-core-helpers\lib\errors.js:49:21) at C:\Users\anthony\Downloads\Flashloan\node_modules\web3-providers-ws\lib\index.js:155:37 at Map.forEach () at...