@hashgraph/hedera-cli
Version:
CLI tool to manage and setup developer environments for Hedera Hashgraph.
47 lines (46 loc) • 1.73 kB
JSON
{
"network": "localnet",
"mirrorNodeLocalnet": "http://localhost:5551/api/v1",
"mirrorNodePreviewnet": "https://previewnet.mirrornode.hedera.com/api/v1",
"mirrorNodeTestnet": "https://testnet.mirrornode.hedera.com/api/v1",
"mirrorNodeMainnet": "https://mainnet.mirrornode.hedera.com/api/v1",
"rpcUrlMainnet": "https://mainnet.hashio.io/api",
"rpcUrlTestnet": "https://testnet.hashio.io/api",
"rpcUrlPreviewnet": "https://previewnet.hashio.io/api",
"rpcUrlLocalnet": "http://localhost:7546",
"telemetryServer": "https://hedera-cli-telemetry.onrender.com/track",
"testnetOperatorKey": "",
"testnetOperatorKeyHex": "",
"testnetOperatorId": "",
"mainnetOperatorKey": "",
"mainnetOperatorKeyHex": "",
"mainnetOperatorId": "",
"previewnetOperatorId": "",
"previewnetOperatorKey": "",
"localnetOperatorKey": "302e020100300506032b65700422042087592ee314bd0f42c4cf9f82b494481a2bb77bab0dc4454eedfe00f60168646f",
"localnetOperatorKeyHex": "0x87592ee314bd0f42c4cf9f82b494481a2bb77bab0dc4454eedfe00f60168646f",
"localnetOperatorId": "0.0.2",
"telemetry": 0,
"scriptExecution": 0,
"scriptExecutionName": "",
"accounts": {},
"tokens": {},
"topics": {},
"scripts": {
"script-erc721": {
"name": "erc721",
"creation": 1742830623351,
"commands": [
"hardhat compile",
"hardhat run ./dist/contracts/scripts/deploy.js --network local",
"hardhat run ./dist/contracts/scripts/mint.js --network local",
"hardhat run ./dist/contracts/scripts/balance.js --network local"
],
"args": {}
}
},
"localNodeAddress": "127.0.0.1:50211",
"localNodeAccountId": "0.0.3",
"localNodeMirrorAddressGRPC": "127.0.0.1:5600",
"uuid": ""
}