Exemplo n.º 1
0
 protected override void Start()
 {
     CreateWalletIfNotExists();
     GethManager.StartGeth();
     base.Start();
     UpdateBlockNumber();
 }
Exemplo n.º 2
0
        protected override void Start()
        {
            base.Start();

            GethManager.StartGeth();

            // Wait 1s then get the network status
            Invoke("EnableNetworkStatusDemo", 1);
        }