Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

aws-setup.asciidoc

File metadata and controls

32 lines (23 loc) · 1.08 KB

Introduction

This section describes in detail the set-up of a private Ethereum network and deployment of Mastering Ethereum Token (MET) on Amazon Web Services (AWS) cloud.

Broadly, there are two categories of steps to work with a private Ethereum network as shown below. Each category calls out the high level steps to be followed.

  1. Network set-up

    1. Set up nodes for launch

    2. Configuring genesis for nodes

    3. Peering

  2. Network operation

    1. Account set-up

    2. Mining

    3. RPC end-point

    4. Contract deployment and execution

Pre-requisites

The following pre-requisites apply:

  • An AWS account. If you do not have one, create here https://aws.amazon.com/account/

  • General command line knowledge on Linux (ideally, Ubuntu) operating system.

Launch

To launch a private Ethereum network and deploy contracts, follow the links below: