- Node.js >= 16
- Etherscan api key (https://etherscan.io/apis)
- An archive node (You can request an api key for free from ArchiveNode.io)
- Clone this repository into a folder.
git clone https://github.com/Arendt/solidity-gas-analyzer
cd
into the application folder and runnpm install
.- Copy the
.env.example
file to.env
in the/packages/backend/
folder and fill it with your own api keys. - In the application root, run
npm run build
to build the React project. - Run
npm run app
to start the application. - Open your browser and navigate to http://127.0.0.1:4000 (Default address).
- Done! You can now analyze transactions.
- Run
npm run app
to start the application. - Open your browser and navigate to http://127.0.0.1:4000 (Default address).
- You can now analyze transactions.