You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further integration with marketplace repository as well using Hedera chain
const{ Client }=require("@hashgraph/sdk");require("dotenv").config();asyncfunctionmain(){//Grab your Hedera testnet account ID and private key from your .env fileconstmyAccountId=process.env.MY_ACCOUNT_ID;constmyPrivateKey=process.env.MY_PRIVATE_KEY;// If we weren't able to grab it, we should throw a new errorif(myAccountId==null||myPrivateKey==null){thrownewError("Environment variables myAccountId and myPrivateKey must be present");}}main();
All commits for this issue will come from cli branch
The text was updated successfully, but these errors were encountered:
Further integration with
marketplace
repository as well using Hedera chainAll commits for this issue will come from
cli
branchThe text was updated successfully, but these errors were encountered: