Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 713 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 713 Bytes

Infra blockchain

This repository contain all the blockchain related infra code for the Frak project.

Architecture Overview

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.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.