> For the complete documentation index, see [llms.txt](https://docs.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechain.org/developer-resources/index-with-graph-node/index-with-openzeppelin/create-subgraph-project.md).

# Create Subgraph Project

Create a new folder and project to host the subgraph and install the required dependencies:

```shell
mkdir vbd-tokens
cd vbd-tokens
npm init -y
npm install --save @openzeppelin/subgraphs
```

1. [@openzeppelin/subgraphs](https://www.npmjs.com/package/@openzeppelin/subgraphs) provides subgraph scripts and schemas to manage indexing.
