Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Running the Testnet

Reto P. Trinkler edited this page Nov 17, 2015 · 19 revisions

Prerequisites

This guide assumes that you already installed the pyethapp, if not see the Getting Started Page.

Introduction

Using a testnet, allows users to access a network w/o having to have real Ethers. It is therefore also practical to use for contract-testing/developing purposes. Lastly the main advantage the testnet has over it's own private chain, is that one does not have to mine to get transactions and contracts on the chain. Usually there are already a few nodes in the network doing this for you w/o having hefty mining power. So you still can start mining and will get some Ether every now and then even on a mortal machine.

Getting started

To access the testnet, called Morden, use the option --profile morden

Why using a Testnet

What is _the state _

Syncing with the Network

Go grab some coffee and if possible a croissant as this step takes some time.

Account Management

Creating an account

Unlocking an account

Get some Ether

Sending a Transaction

Creating a Contract

Interacting with the Client using web3.js

Interacting with the Client using JSON-RPC-API