Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

ethereumproject/etherup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherUp

Bootstrap project to start working with ethereum classic as quickly as possible.

Requirements

How to run

Set up local parity node:

vagrant up

Check parity client version (client_version):

> examples/client_version.groovy
Client version: Parity//v1.5.2-beta-948a538-20170208/x86_64-linux-gnu/rustc1.15.0

Receive test account balance (account_balance):

> examples/account_balance.groovy
Test account balance: 1606938044258990275541962092341162602522202.9938 ether

Tear down local parity node:

vagrant halt

Customization

Parity is an Ethereum client actively developed as an open source project.

There are a default configuration (parity/default.toml) used by default by Vagrant.

However, you are free to use your own alternative variants, for example:

env CONFIG=with_dapps CHAIN=example1 vagrant up

or even:

env CONFIG=with_dapps CHAIN=example1 vagrant provision

In these examples are used simple name conventions. ‘with_dapps’ implies the existence of configuration file at 'parity/with_dapps.toml'. For chain ‘example1’ it corresponds to 'parity/chain/example1.json' respectively.

Licence

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages