A Ponder indexer for tracking Memeorr contract events and building a GraphQL API.
This indexer tracks the following Memeorr events:
- Collected
- Hearted
- OLASJourneyToAscendance
- Purged
- Summoned
- Unleashed
The indexed data is exposed via a GraphQL API that can be queried to analyze Memeorr activity.
- Clone the repository
- Install dependencies:
npm install
- Create a
.env.local
file with your RPC URL:
PONDER_RPC_URL_8453="https://eth-mainnet.g.alchemy.com/v2/YOUR-API-KEY"
- Start the development server:
npm run dev
The GraphQL playground will be available at http://localhost:42069/graphql
Check out the ponder deployment guide for detailed instructions.