laconicd-deprecated/tests/integration_tests/hardhat
dependabot[bot] 7f8b51e4c6
build(deps): bump minimist in /tests/integration_tests/hardhat (#1516)
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-30 19:25:06 +01:00
..
contracts tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +00:00
.gitignore tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +00:00
hardhat.config.ts tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +00:00
package-lock.json build(deps): bump minimist in /tests/integration_tests/hardhat (#1516) 2022-11-30 19:25:06 +01:00
package.json tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +00:00
README.md tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +00:00
tsconfig.json tests(filters): add/improve integration tests for JSON-RPC methods (#1480) 2022-11-30 13:46:49 +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