Skip to content

Premian-Labs/railway-erpc

 
 

Repository files navigation

eRPC Railway Template

This is our implementation of eRPC, it's not perfect, but it's ours. This template is a fork of the upstream erpc/erpc repository. If you want to keep your fork in sync with the upstream repository, you can add the upstream remote using:

git remote add upstream https://github.com/erpc/erpc.git
git fetch upstream

Then you can merge changes from upstream into your fork:

git checkout main
git merge upstream/main

Docs Telegram chat License

Getting Started

Deploy on Railway

Deployment

This repository is configured with GitHub Actions workflows that automatically deploy:

  • The eRPC server and monitoring stack to the development environment when code is pushed to the dev branch
  • The eRPC server and monitoring stack to the production environment when code is pushed to the main branch

The deployment uses Railway's service IDs to deploy the eRPC server and monitoring stack separately.

License

Apache 2.0

About

eRPC - arbitrum rpc with caching and load balancing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%