Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.68 KB

Grants Stack Indexer v2

Grants Stack Indexer v2 is a tool designed to index blockchain events generated by Allo contracts, making the data accessible over HTTP in JSON format. The data is organized in a structure that enables efficient querying and easy access to key components of the protocol.

📖 Overview

This repository is a monorepo that contains 1 package and 2 applications:

  • @ts-turborepo-boilerplate/sample-lib: A sample library for querying account balances.
  • @ts-turborepo-boilerplate/sample-app: A demo application demonstrating the use of sample-lib.
  • @grants-stack-indexer/indexer: An envio indexer, that collects all the relevant events from Allo contracts.

🚀 Local Deployment (Dockerized)

Prerequisites

Ensure you have the following installed on your machine:

Run

To deploy locally with Docker, run the following command:

docker-compose up -d --build

Once the deployment is complete, you can access Hasura by navigating to:

http://localhost:8080/

Use the default password: testing.

Contributing

Wonderland is a team of top Web3 researchers, developers, and operators who believe that the future needs to be open-source, permissionless, and decentralized.

DeFi sucks, but Wonderland is here to make it better.

📝 Conventional Commits

We follow the Conventional Commits specification.

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.