This repository contain all the blockchain related infra code for the Frak project.
The Frak Indexer consists of two main components:
1.eRPC: RPC request caching and load balancing across multiple node providers
2.Ponder: Indexing blockchain events from Frak smart contracts.
Both services are deployed as containerized applications on AWS ECS (Elastic Container Service) using Fargate, with a master Application Load Balancer (ALB) routing traffic between them.
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.