# Set up a project (/get-started/sdks/setup-project)

> For the complete documentation index, see [llms.txt](/llms.txt)



The project gives you an RPC URL that the SDKs use to talk to ZeroDev's bundler and paymaster.

This page covers ZeroDev's hosted AA infra, but you can use ZeroDev with [any AA infra provider](/api-and-toolings/infrastructure/intro).

<div className="fd-steps">
  <div className="fd-step">
    ## Create a ZeroDev project [#create-a-zerodev-project]

    Go to the [ZeroDev dashboard](https://dashboard.zerodev.app/) and create a project for the network you want to build on (Sepolia is a common starting point).

    <p align="center">
      <Image src="/img/dashboard_create_project.png" width="734" height="1594" sizes="(max-width: 768px) 50vw, 384px" className="h-auto w-1/2" />
    </p>
  </div>

  <div className="fd-step">
    ## Set up a gas policy [#set-up-a-gas-policy]

    To sponsor user operations, you need a gas-sponsorship policy on the project.

    Go to the `Gas Policies` section of your dashboard, select the network you created the project on, and toggle `Sponsor all transactions`.

    <p align="center">
      <Image src="/img/project_policy.png" width="894" height="852" sizes="(max-width: 768px) 80vw, 614px" className="h-auto w-4/5" />
    </p>
  </div>

  <div className="fd-step">
    ## Copy your RPC URL [#copy-your-rpc-url]

    From the project home page, copy the RPC URL — you'll pass it to the SDK when constructing clients (typically as a `ZERODEV_RPC` environment variable).

    <p align="center">
      <Image src="/img/dashboard_project_home.png" width="1386" height="218" sizes="(max-width: 768px) 80vw, 614px" className="h-auto w-4/5" />
    </p>
  </div>
</div>

## Next steps [#next-steps]

Pick the SDK that matches your stack:

* [TypeScript / JavaScript](/get-started/sdks/client-side/typescript)
* [Node.js / TypeScript (server-side)](/get-started/sdks/server-side/nodejs)
* [iOS (Swift)](/get-started/sdks/client-side/ios) · [Android (Kotlin)](/get-started/sdks/client-side/android)
* [Python](/get-started/sdks/server-side/python) · [Rust](/get-started/sdks/server-side/rust) · [C](/get-started/sdks/server-side/c)
