MoMannn / live-testing-with-estimateGas

Code examples from the article published at https://dev.to/momannn/live-testing-smart-contracts-with-estimategas-2m4l

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing deployed smart contract with estimate gas technique

This repo contains code examples for article written about estimate gas testing technique.

How to do it

Compile code in remix.

remix

Then edit the code in the html file.

Done.

Also this works WITH TOUCHING blockchain. You can run it server side and it scales.

validator

About

Code examples from the article published at https://dev.to/momannn/live-testing-smart-contracts-with-estimategas-2m4l


Languages

Language:HTML 65.5%Language:Solidity 34.5%