Skip to content

A set of scripts to test performance of private ethereum blockchains: Quorum, Geth with Clique, etc.

License

Notifications You must be signed in to change notification settings

OBrezhniev/ethereum-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum benchmark

A set of scripts to test performance of private ethereum networks: Quorum, Geth with Clique, etc.

Prerequisites

  • Nodejs v8+
  • Truffle
  • Geth

Install

Edit truffle-config.js as you need.

truffle migrate --network quorum
cd nodejs
npm install

Run

There are two type of scripts.

  1. Scripts to run inside geth itself (inside geth_scripts directory):
    cd geth_scripts
    geth attach http://172.16.239.11:8545 --exec 'loadScript("sendEth.js")'
  2. Nodejs scripts (inside nodejs directory):
    cd nodejs
    node sendEth.js
    node sendToken.js

About

A set of scripts to test performance of private ethereum blockchains: Quorum, Geth with Clique, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published