Skip to content

Commit 99ba776

Browse files
authored
feat: add zksync-101 template (#169)
1 parent a2da218 commit 99ba776

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/commands/create/groups/quickstart.ts

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ export type Template = GenericTemplate & {
1616
};
1717

1818
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+
},
1928
{
2029
name: "Quickstart - Hardhat + Solidity",
2130
value: "qs-hello-zksync",

0 commit comments

Comments
 (0)