8000 GitHub - frak-id/infra-blockchain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frak-id/infra-blockchain

Repository files navigation

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.

Setup

Allow gcloud to push the image

gcloud auth application-default login
gcloud container clusters get-credentials master-cluster --location europe-west1-b
gcloud auth configure-docker europe-west1-docker.pkg.dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0