We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da218 commit 99ba776Copy full SHA for 99ba776
src/commands/create/groups/quickstart.ts
@@ -16,6 +16,15 @@ export type Template = GenericTemplate & {
16
};
17
18
export const templates: Template[] = [
19
+ {
20
+ name: "ZKsync 101",
21
+ value: "zksync-101",
22
+ framework: "Hardhat",
23
+ ethereumFramework: "Ethers v6",
24
+ language: "Solidity",
25
+ path: "templates/101",
26
+ git: "https://github.com/matter-labs/zksync-contract-templates/",
27
+ },
28
{
29
name: "Quickstart - Hardhat + Solidity",
30
value: "qs-hello-zksync",
0 commit comments