Create Ponder

create-ponder

This command line interface (CLI) bootstraps a TypeScript project directory with package.json, ponder.config.ts, schema.graphql, and other configuration files.

pnpm create ponder {...options}

Options

optiondescription
--from-subgraph <path>[string] path to a Graph Protocol subgraph repository
--from-etherscan <url>[string] link to a contract page on Etherscan
--etherscan-api-key <key>[string] Etherscan API key to use with --from-etherscan
--dir <path>[string] path to use for the project root (default: ponder)
Last updated on February 8, 2023