dApp Stress Testing Tool
Stress Testing and Analytics Blockchain Tool
There is currently no infrastructure that allows Solidity developers to test their smart contracts in a production-like environment. This often leads to publishing code that would not perform optimally when put under stress. This project solves this problem by allowing developers to mimic stress scenarios and receive insights and analytics that can be used to improve the quality of smart contract development.
This project was built during the EthSanFrancisco Hackathon.
npm i -g yarn
npm i -g ganache-cli
git clone https://github.com/ToJen/chain-stats.git
ganache-cli
cd chain-stats
cd backend
yarn && yarn start:dev
or npm i && npm run start:dev
cd frontend
yarn && yarn start
or npm i && npm run start
The benchmark score is a representation of the total performance of a smart contract. It has the following criteria: