dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

evonet network is down #197

Closed denniswong34 closed 3 years ago

denniswong34 commented 3 years ago

The evonet network is down. Is there any other network that i could use for development??

Expected Behavior

Evonet network connected without error

Current Behavior

Error when creating wallet (1) : Failed to perform standard injections with reason: Plugin ChainPlugin of type Standard onStart failed: getaddrinfo ENOTFOUND seed-5.evonet.networks.dash.org

Possible Solution

Steps to Reproduce (for bugs)

  1. client.getWalletAccount()

Context

Your Environment

shumkov commented 3 years ago

Hello! We shutdown Evonet in January and deployed Dash Platform on testnet which you suppose to use for development.

denniswong34 commented 3 years ago

How could i connect to the testnet?? May i know the seed address??

I could only find the evonet config from dapi-client. Could you send me the address for testnet?? @dashevo/dapi-client/lib/networkConfigs.js

module.exports = { evonet: { seeds: [ 'seed-1.evonet.networks.dash.org', 'seed-2.evonet.networks.dash.org', 'seed-3.evonet.networks.dash.org', 'seed-4.evonet.networks.dash.org', 'seed-5.evonet.networks.dash.org', ], network: 'evonet', }, local: { dapiAddresses: ['127.0.0.1'], network: 'regtest', }, };

thephez commented 3 years ago

@denniswong34 The seeds are built in - you don't need to anything. The current version automatically connects to testnet. Please check out the tutorials here for some examples: https://dashplatform.readme.io/docs/tutorials-introduction