When running yarn start, after compilation React complains with the following warnings:
Compiled with warnings.
./src/hooks/ContractLoader.js
Line 120:6: React Hook useEffect has missing dependencies: 'config.customAddresses', 'config.externalContracts', and 'config.hardhatContracts'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/S
The contents of this repository will help you launch a career in Blockchain development. How to deploy Smart contracts on Ethereum, build DApps, DeFi, DAO, NFT and Token protocol.
A simple cryptocurrency implemented and deployed over the Ethereum Blockchain using Solidity, the programming language of the Ethereum Virtual Machine. The code can be implemented to specify the Name of the Cryptocurrency, the max amount of Tokens, Decimals allowed and the symbol. This can then be used to send cryptocurrencies to anyone else on the Ethereum Blockchain using the public keys.
When running yarn start, after compilation React complains with the following warnings: