8000 GitHub - jaydp17/ethereum-private-network: Demo of how you can easily boot up an Ethereum Private Network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaydp17/ethereum-private-network

Repository files navigation

Ethereum Private Network

This is a really small demo of how you can boot up an Ethereum Private Network.

There are 2 nodes in the network, but easy to increase.

💾 Pre-requisites

▶️ Usage

# Creates a few accounts on both nodes
# and initializes the chain
$ ./init.sh

# start the nodes
# and makes them add each other as peers
$ ./run-nodes.sh

# now your network is ready
# the second-node is mining, the first-node is not
# first-node has 8545 & 8546 ports open
# so you can connect to it through RPC & WebSockets (WS)

# now to stop the nodes
$ ./stop-nodes.sh

🎓 License

MIT

About

Demo of how you can easily boot up an Ethereum Private Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0