Recent content by Haimovich

  1. H

    Connecting to the main net via the api. Need help

    Thank you so much for the answer! I understand everything.
  2. H

    Connecting to the main net via the api. Need help

    Thank you so much for the answer! I.e. access to the mainnet can only be obtained by installing dash core? And a request via dash-cli?
  3. H

    Connecting to the main net via the api. Need help

    Hi guys. I do not understand what settings to prescribe in the request. I want to connect to the mainnet. It turns out only to the testnet! const DAPIClient = require('@dashevo/dapi-client'); const client = new DAPIClient(); client.core.getBlockByHeight(879151) .then((response) =>...
Back
Top