{"id":19762816,"url":"https://github.com/dutterbutter/min-solidity-coverage-test","last_synced_at":"2026-05-11T13:09:48.021Z","repository":{"id":228856854,"uuid":"775107753","full_name":"dutterbutter/min-solidity-coverage-test","owner":"dutterbutter","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-20T19:21:42.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T23:42:54.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutterbutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-20T19:18:54.000Z","updated_at":"2024-03-20T19:41:48.000Z","dependencies_parsed_at":"2024-03-20T20:51:28.816Z","dependency_job_id":null,"html_url":"https://github.com/dutterbutter/min-solidity-coverage-test","commit_stats":null,"previous_names":["dutterbutter/min-solidity-coverage-test"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fmin-solidity-coverage-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fmin-solidity-coverage-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fmin-solidity-coverage-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fmin-solidity-coverage-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutterbutter","download_url":"https://codeload.github.com/dutterbutter/min-solidity-coverage-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094701,"owners_count":19908686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T04:07:08.599Z","updated_at":"2026-05-11T13:09:47.978Z","avatar_url":"https://github.com/dutterbutter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zkSync Hardhat project template\n\nThis project was scaffolded with [zksync-cli](https://github.com/matter-labs/zksync-cli).\n\n## Project Layout\n\n- `/contracts`: Contains solidity smart contracts.\n- `/deploy`: Scripts for contract deployment and interaction.\n- `/test`: Test files.\n- `hardhat.config.ts`: Configuration settings.\n\n## How to Use\n\n- `npm run compile`: Compiles contracts.\n- `npm run deploy`: Deploys using script `/deploy/deploy.ts`.\n- `npm run interact`: Interacts with the deployed contract using `/deploy/interact.ts`.\n- `npm run test`: Tests the contracts.\n\nNote: Both `npm run deploy` and `npm run interact` are set in the `package.json`. You can also run your files directly, for example: `npx hardhat deploy-zksync --script deploy.ts`\n\n### Environment Settings\n\nTo keep private keys safe, this project pulls in environment variables from `.env` files. Primarily, it fetches the wallet's private key.\n\nRename `.env.example` to `.env` and fill in your private key:\n\n```\nWALLET_PRIVATE_KEY=your_private_key_here...\n```\n\n### Network Support\n\n`hardhat.config.ts` comes with a list of networks to deploy and test contracts. Add more by adjusting the `networks` section in the `hardhat.config.ts`. To make a network the default, set the `defaultNetwork` to its name. You can also override the default using the `--network` option, like: `hardhat test --network dockerizedNode`.\n\n### Local Tests\n\nRunning `npm run test` by default runs the [zkSync In-memory Node](https://era.zksync.io/docs/tools/testing/era-test-node.html) provided by the [@matterlabs/hardhat-zksync-node](https://era.zksync.io/docs/tools/hardhat/hardhat-zksync-node.html) tool.\n\nImportant: zkSync In-memory Node currently supports only the L2 node. If contracts also need L1, use another testing environment like Dockerized Node. Refer to [test documentation](https://era.zksync.io/docs/tools/testing/) for details.\n\n## Useful Links\n\n- [Docs](https://era.zksync.io/docs/dev/)\n- [Official Site](https://zksync.io/)\n- [GitHub](https://github.com/matter-labs)\n- [Twitter](https://twitter.com/zksync)\n- [Discord](https://join.zksync.dev/)\n\n## License\n\nThis project is under the [MIT](./LICENSE) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fmin-solidity-coverage-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutterbutter%2Fmin-solidity-coverage-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fmin-solidity-coverage-test/lists"}