From 03a20a92651329e4ef5f914be72766e5a39442c4 Mon Sep 17 00:00:00 2001 From: Sweta Shaw Date: Mon, 5 Aug 2024 17:08:58 +0530 Subject: [PATCH] feat: add ponder --- docs/ecosystem/data-indexers/ponder.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ecosystem/data-indexers/ponder.md 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/ +```