1415161718192021222324
public class Start { public static void main(String args[]){ CLIInterface.call(args); Ethereum ethereum = EthereumFactory.createEthereum(); ethereum.connect(SystemProperties.CONFIG.activePeerIP(), SystemProperties.CONFIG.activePeerPort()); }
261262263264265266267268
cp.add(peersToggle); cp.add(chainToggle); cp.add(walletToggle); cp.add(stateExplorer); Ethereum ethereum = UIEthereumManager.ethereum; }