hashgraph / hedera-sourcify

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

Use environment variable to activate local node #36

Closed svienot closed 9 months ago

svienot commented 9 months ago

Description:

Rely on env variable USE_LOCAL_NODE to activate the Hedera LocalNode as a local test chain, instead of relying on NODE_ENV=production (which we won't use for now because it is buggy).