@hashgraph/hedera-local
Version:
Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).
11 lines (10 loc) • 325 B
JSON
{
"name": "hedera-local-node",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4,
"memory": "8gb"
},
"postStartCommand": "npm install && npm run build && sudo npm install -g && hedera start -d",
"forwardPorts": [ 50211, 5600, 5551, 7546, 8546, 8080, 3000, 9090 ]
}