Skip to content

Tutorial for setting up an Ethereum private chain, sending transactions, and doing smart contracts ...

License

Notifications You must be signed in to change notification settings

tillies747/ethereum-private-chain

 
 

Repository files navigation

ethereum-private-chain

Tutorial for setting up an Ethereum private chain, sending transactions, and doing smart contracts ...

Prerequisites

This tutorial was tested on Ubuntu 17.04. Test on CentOS 7.0 were unsuccessful because of the lack of the solidity compiler for CentOS.

Installation

  1. Install the OS and fix it.
  2. Disable the firewall and install OpenSSH server (apt-get install openssh-server)
  3. Install git (apt-get install git)
  4. Clone this repository.

About

Tutorial for setting up an Ethereum private chain, sending transactions, and doing smart contracts ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.3%
  • JavaScript 9.7%