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
Enable to create a local node , so that smart contract developers can deploy the data to the nodes and run tests. As a first step, enable Local node using https://github.com/hashgraph/hedera-network-e2e
Use gcr.io/hedera-registry/uploader-mirror for uploaders
Use gcr.io/hedera-registry/main-network-node for network-node
Use gcr.io/mirrornode/ for mirror node containers
Update to use latest version of services and mirror node images
Mirror node containers
MinIO for uploader with bucket hedera-streams
REST API for query
Postgres DB
importer to import onjects from s3 bucket hedera-streams
GRPC
Consensus nodes containers
network node
network node postgres
S3 bucket to store record streams/event streams/ account balances/stats in MinIO server
Use a single docker-compose.yml to run services and mirror node instead of two seperate docker-compose files
Second Stage : Use JRS for creating local network for the developers at Hedera
The text was updated successfully, but these errors were encountered:
Instead of a resource-intensive minio, you could also upgrade the mirror-node code to bypass the S3 API and consume records from a docker mounted volume.
@3Nigma That seems reasonable. But, merging this PR might delay initial LocalNode toolkit release. We will reconsider this change in near future once the initial release is completed. Thanks
Enable to create a local node , so that smart contract developers can deploy the data to the nodes and run tests. As a first step, enable Local node using https://github.com/hashgraph/hedera-network-e2e
Use
gcr.io/hedera-registry/uploader-mirror
for uploadersUse
gcr.io/hedera-registry/main-network-node
for network-nodeUse
gcr.io/mirrornode/
for mirror node containersUpdate to use latest version of services and mirror node images
Mirror node containers
hedera-streams
hedera-streams
Consensus nodes containers
docker-compose.yml
to run services and mirror node instead of two seperate docker-compose filesThe text was updated successfully, but these errors were encountered: