create-zkgraph
Getting Started
Scaffolding Your First zkGraph Project
With NPM:
npm create zkgraph@latest
With Yarn:
yarn create zkgraph@latest
With PNPM:
pnpm create zkgraph@latest
Then follow the prompts!
To scaffold a uniswapprice template, you can directly specify the project name and the desired template using additional command line options. For instance, you can run the following command:
npm create zkgraph@latest my-zkgraph-uniswapprice --template uniswapprice
npm create zkgraph@latest my-zkgraph-uniswapprice -- --template uniswapprice
yarn create zkgraph@latest my-zkgraph-uniswapprice --template uniswapprice
pnpm create zkgraph@latest my-zkgraph-uniswapprice --template uniswapprice