Ethernity Client Quick Start

To run the Ethernity CLOUD client there are a few requirements:

Platform Software and dependencies

pagePlatforms and dependencies

Blockchain and Wallet Settings

pageBlockchain Settings

Quick Start

For Windows start 'Git Bash' for the terminal.

Clone the repository

git clone https://github.com/ethernity-cloud/mvp-pox-client.git

Create the config file

Write the blockchain wallets keypairs inside the config file.

cd mvp-pox-client

cat << EOF > config
ADDRESS=0x1602562d48d6Dee651D357f0111963431AdBca68
PRIVATE_KEY=ecc73d25230fa2b8eb6f8d4a7786600ad9e19ce1c58a620fcad41d4eefa986bf
EOF

Start the client

./pox-do -s scripts/cos-bench/cos-bench.py -f scripts/cos-bench/fileset

Last updated