0xPolygonID/js-sdk

How to get tests working

Closed this issue · 3 comments

tahpot commented

Running the unit tests show these errors:

Error: getaddrinfo ENOTFOUND mytestwallet.com

and

Error: connect ECONNREFUSED 127.0.0.1:80

Is there some extra configuration required?

vlmold commented

Have you setup env variables?

export WALLET_KEY="...key in hex format"
export RPC_URL="...url to polygon network rpc node"
export RHS_URL="..reverse hash service url"

This issue is stale because it has been open for 14 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.