Developing with Blockchains often requires running a local client (AKA: TestChain or Devchain). Testchains are optimized for development, they keep your work private and speed up transaction validation time.
In order to speed up the process, this repo contains all you need to spin up a local TestChain in a few minutes. Each of these chains use PoA (Proof of Authority) as a consensus model for faster response. They all launch using provided scripts, automatically provided with funded accounts and passwords.
The preconfigured account used across every Testchain is 0x12890d2cce102216644c59daE5baed380d84830c
with private key 0xb5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7
.
The account key store file password is : password
Devchain version of Geth (Ethereum Go client) configured with PoA (Proof of Authority) for fast response.
Just launch > > geth-clique-windows > startgeth.bat
Latest versions of geth can be downloaded here, simply download the latest geth executable and replace the old one.
Launch > > geth-clique-mac > startgeth.sh
Note: use chmod +x startgeth.sh
and chmod +x geth
to allow geth to execute.
Latest versions of geth can be downloaded here, simply download the geth executable and replace the old one.
Launch > > geth-clique-linux > startgeth.sh
Note: use chmod +x startgeth.sh
and chmod +x geth
to allow geth to execute.
Latest versions of geth can be downloaded here, simply download the geth executable and replace the old one.
Devchain version of Parity (Ethereum Rust client) configured with PoA (Proof of Authority) for fast response.
Launch > > parity-poa-windows > launch.bat
Latest versions of Parity can be downloaded here, simply download the Parity executable and replace the old one.
Launch > > parity-poa-mac > launch.sh
Latest versions of Parity can be downloaded here, simply download the Parity executable and replace the old one.
Note: use chmod +x launch.sh
and chmod +x parity
to allow geth to execute.
Launch > > parity-poa-linux > launch.sh
Note: use chmod +x launch.sh
and chmod +x parity
to allow geth to execute.
Latest versions of Parity can be downloaded here, simply download the Parity executable and replace the old one.
Ethereum client developed written in Java. Testchains is setup with Hyperledger-Besu with Proof of Authority (IBFT 2.0 and Clique) consensus mechanisms. Hyperledger-Besu supports enterprise features including privacy and permissioning.
You will first need to install Hyperledger-Besu
Latest versions of Hyperledger-Besu can be downloaded here.
hyperledger-besu-clique-windows > startChain.bat
hyperledger-besu-IBFT-windows > startChain.bat
!!! info
Hyperledger-Besu requires Java 8+ to compile
Make sure to run > > hyperledger-besu-clique-linux > updater.sh
to run the current version of hyperledger-besu
Latest versions of Hyperledger-Besu can be downloaded here.
hyperledger-besu-clique-linux-mac > startChain.sh
hyperledger-besu-IBFT-linux > startChain.sh
parity-poa-windows
CLI version of Truffle's devchain.
npm install ganache-cli@latest
or
yarn add ganache-cli@latest
ganache-windows > launch.bat
npm install ganache-cli@latest
or
yarn add ganache-cli@latest
ganache-mac > ./launch.sh
npm install ganache-cli@latest
or
yarn add ganache-cli@latest
ganache-linux > ./launch.sh