{"id":13790414,"url":"https://github.com/ConsenSys/private-networks-deployment-scripts","last_synced_at":"2025-05-12T09:32:35.956Z","repository":{"id":66195995,"uuid":"118058518","full_name":"Consensys/private-networks-deployment-scripts","owner":"Consensys","description":"This repository contains out-of-the-box deployment scripts for private PoA networks","archived":true,"fork":false,"pushed_at":"2018-01-31T13:00:55.000Z","size":147,"stargazers_count":45,"open_issues_count":0,"forks_count":13,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-13T02:02:56.278Z","etag":null,"topics":["docker","proof-of-authority","sandbox","vagrant"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Consensys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-01-19T01:11:54.000Z","updated_at":"2024-10-30T14:54:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3183ceb-0b82-41ff-9aa3-cb222e17e07a","html_url":"https://github.com/Consensys/private-networks-deployment-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Consensys%2Fprivate-networks-deployment-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Consensys%2Fprivate-networks-deployment-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Consensys%2Fprivate-networks-deployment-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Consensys%2Fprivate-networks-deployment-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Consensys","download_url":"https://codeload.github.com/Consensys/private-networks-deployment-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253709229,"owners_count":21951123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","proof-of-authority","sandbox","vagrant"],"created_at":"2024-08-03T22:00:43.370Z","updated_at":"2025-05-12T09:32:35.620Z","avatar_url":"https://github.com/Consensys.png","language":"Shell","funding_links":[],"categories":["Roadmap","Dapps development"],"sub_categories":["Private networks"],"readme":"# private-networks-deployment-scripts\nThis repository contains out-of-the-box deployment scripts for ethereum private PoA networks. \nThere are 2 sandboxes - vagrant virtual machine and docker container setups, both can be used to create dev environment, initiate and run a private network.\nPuppeth network manager is used to create new network and generate genesis file.\n\n**The goal** is to create 'out-of-box', 'one-click' solution for setting up new private ethereum network.\n\n\nIn progress:\n\n  * Test, test, test ...\n  * Find out why docker is so slow\n  * Add netstat\n  * Use only 1 folder with init-network.sh, try to avoid duplication.\n  \n\n## Running vagrant VM\n\nIn the top level directory:\n\n    $ cd vagrant-vm\n    $ vagrant up\n    $ vagrant ssh\n    $ sudo -i\n    $ cd /home/ubuntu/Nnodes/\n    $ ./init-network.sh\n    \nScript will ask you to define a name of future network, amount of nodes, password for each node...    \n \n\n## Running docker container\n\nIn the top level directory:\n\n    $ cd /home/Nnodes/docker-ctn\n    $ docker build -t $CONTAINER_NAME .\n    $ docker run -p 3000:3000 --name $CONTAINER_INSTANCE_NAME -i -t $CONTAINER_NAME\n    $ cd /home/Nnodes\n    $ ./init-network.sh\n    \nTo connect to node console via IPC, please type\n    \n    $ geth attach ipc:nodes/NODE_NUM/geth.ipc\n    \n## Ethereum netstat\n\nAdditionally you can run an ether netstat to see your PoA network information.\n\nIn the 'Nnodes' directory:\n    \n    $ cd netstat\n    $ ./init-netstat.sh\n   \nIf network successfully started, you will see something like this on http://localhost:3000\n![Created network information](https://github.com/ConsenSys/private-networks-deployment-scripts/blob/master/netstat_desktop.png)\n\nPlease make sure port 3000 is free.\n\n    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConsenSys%2Fprivate-networks-deployment-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FConsenSys%2Fprivate-networks-deployment-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConsenSys%2Fprivate-networks-deployment-scripts/lists"}