Ethernity Client Quick Start
To run the Ethernity CLOUD client there are a few requirements:
For Windows start 'Git Bash' for the terminal.
git clone https://github.com/ethernity-cloud/mvp-pox-client.git
Write the blockchain wallets keypairs inside the config file.
cd mvp-pox-client
cat << EOF > config
ADDRESS=0x1602562d48d6Dee651D357f0111963431AdBca68
PRIVATE_KEY=ecc73d25230fa2b8eb6f8d4a7786600ad9e19ce1c58a620fcad41d4eefa986bf
EOF
./pox-do -s scripts/cos-bench/cos-bench.py -f scripts/cos-bench/fileset
Last modified 2yr ago