{"id":19762800,"url":"https://github.com/dutterbutter/zksync-quickstart","last_synced_at":"2025-09-11T04:40:26.295Z","repository":{"id":232989151,"uuid":"781017297","full_name":"dutterbutter/zksync-quickstart","owner":"dutterbutter","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-02T15:48:22.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T10:16:30.734Z","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-04-02T15:40:56.000Z","updated_at":"2025-01-09T10:27:17.000Z","dependencies_parsed_at":"2024-04-12T21:53:59.321Z","dependency_job_id":null,"html_url":"https://github.com/dutterbutter/zksync-quickstart","commit_stats":null,"previous_names":["dutterbutter/zksync-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dutterbutter/zksync-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fzksync-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fzksync-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fzksync-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fzksync-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutterbutter","download_url":"https://codeload.github.com/dutterbutter/zksync-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutterbutter%2Fzksync-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274578488,"owners_count":25310957,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:04.459Z","updated_at":"2025-09-11T04:40:26.278Z","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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fzksync-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutterbutter%2Fzksync-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutterbutter%2Fzksync-quickstart/lists"}