Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
The repository over at the Hyperledger Organization contains the most stable updates of the benchmarker.
This is a smart contract development toolchain that lets you compile, test, run scripts and essentially interact with smart contracts from your computer.
You can use npm or yarn * to install the packages used by the benchmarker.
We used node v18.17.1
and yarn 1.22.19
npm
yarn
* We tried setting it up with Bun but we encoutered some errors.
As we used yarn
the scripts in package.json
are configured to use yarn
. If you use npm
you need to replace the occurrences of yarn
with npm.
You can use pip3 or conda to install the python packages involved.
We used python 3.9.18
and anaconda to install the package
pip3
conda
To get the benchmarker onto your computer, run: