Skip to content

Commit

Permalink
feat: add zksync-101 template
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 20, 2024
1 parent a2da218 commit f2819df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/commands/create/groups/quickstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ export type Template = GenericTemplate & {
};

export const templates: Template[] = [
{
name: "ZKsync 101",
value: "zksync-101",
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/101",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
name: "Quickstart - Hardhat + Solidity",
value: "qs-hello-zksync",
Expand Down

0 comments on commit f2819df

Please sign in to comment.