Skip to content

tylerwellss/ethereum-private-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running a private Ethereum blockchain

This repo contains files and instructions for starting a private Ethereum blockchain network.

Prerequisites / Dependencies

  1. Install Homebrew
  2. Install Geth using Homebrew, like this:
brew tap ethereum/ethereum
brew install ethereum

Start an Ethereum Node

# Insantiate your data directory
geth --datadir ./myDataDir init ./myGenesis.json

# Start your node
geth --rpc --rpccorsdomain "http://localhost:8000" --datadir ./myDataDir --networkid 1994 console 2>> myEth.log

About

Spinning up a private instance of Ethereum

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published