laconicd-deprecated/tests/integration_tests/contracts
Adi Saravanan be40f2bd6a
tests: add additional gas consumption tests (#1477)
* split existing gas test

* added contract call test

* fix flake issues, update gomod2nix

* isort imports

* add stateful contract calls
2022-11-18 20:08:05 -05:00
..
contracts tests: add additional gas consumption tests (#1477) 2022-11-18 20:08:05 -05:00
.gitignore imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
hardhat.config.ts imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
package-lock.json build(deps): bump @openzeppelin/contracts (#1281) 2022-08-19 11:18:51 +00:00
package.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
README.md imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
tsconfig.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js