diff --git a/docs/ecosystem/data-indexers/ponder.md b/docs/ecosystem/data-indexers/ponder.md new file mode 100644 index 0000000..72bc804 --- /dev/null +++ b/docs/ecosystem/data-indexers/ponder.md @@ -0,0 +1,15 @@ +--- +title: Ponder +sidebar_position: 2 +--- + +[Ponder](https://ponder.sh/) is an open-source backend framework designed for crypto applications. With Ponder, you can quickly build and deploy an API that serves custom data from smart contracts on any EVM blockchain. + +To get started with Ponder, refer to their [official documentation](https://ponder.sh/docs/getting-started/new-project) to learn how to index blockchain data and integrate it into your application. + +## Setting Up Ponder for Kakarot +Add the following environment variable to your `.env.local` file: + +``` bash +PONDER_RPC_URL_1802203764=https://sepolia-rpc.kakarot.org/ +```