hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Enhance test-server.js to support remote envs #44

Open Nana-EC opened 8 months ago

Nana-EC commented 8 months ago

Problem

Currently test-server.js only covers local versions of the service useful for CI. There's no support for deployed versions

Solution

Expand tests setup to be able to point to a remote server

Alternatives

No response