Ejemplo n.º 1
0
        public void CreateProxyInstance()
        {
            _iotaClient = new IotaClient("https://nodes.devnet.thetangle.org:443");
            _localPoW   = new PearlDiverLocalPoW();

            _iotaApi = new IotaAPI()
            {
                IotaClient = _iotaClient,
                LocalPoW   = _localPoW
            };
        }
Ejemplo n.º 2
0
 public void CreateProxyInstance()
 {
     _iotaClient = new IotaClient("https://nodes.devnet.iota.org:443");
 }