Skip to content
#

ethers

Here are 40 public repositories matching this topic...

scaffold-eth
pabloruiz55
pabloruiz55 commented Jun 27, 2021

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

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.

  • Updated Oct 17, 2020
  • Solidity

Improve this page

Add a description, image, and links to the ethers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ethers topic, visit your repo's landing page and select "manage topics."

Learn more