import React from 'react'; import styles from './style.js'; import EthereumLogo from './../assets/ethereum-logo.svg'; import MetamaskLogo from './../assets/metamask-logo.svg'; function capitalize(string) { return string.charAt(0).toUpperCase() + string.slice(1); } const NoConnection = ({ network }) => console.log(network) || (
This application requires an Ethereum client to be running and connected to {capitalize(network)}. A client could not be detected which probably means it's not installed, running or is misconfigured.
Please use one of the following clients to connect to Ethereum: