Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syphrpunk committed Jun 12, 2024
1 parent 80e0193 commit 3cbbe40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# ALTO on Railway with Arbitrum

This project is a fork of the original [pimlico/alto](https://github.com/pimlico/alto) repository. We would like to acknowledge and thank the original creators for their work and contribution. This fork has been modified to enable hosting on Railway with default settings configured for Arbitrum.
This project is a fork of the original [pimlicolabs/alto](https://github.com/pimlicolabs/alto) repository. We would like to acknowledge and thank the original creators for their work and contribution. This fork has been modified to enable hosting on Railway with default settings configured for Arbitrum.

## Table of Contents
- [Introduction](#introduction)
Expand All @@ -22,7 +22,7 @@ This project is a fork of the original [pimlico/alto](https://github.com/pimlico
## Introduction
In ERC-4337, a Bundler is the core infrastructure component that allows account abstraction to work on any EVM network. On the highest level, its purpose is to work with a mempool of User Operations to get the transaction to be included on-chain.

This project allows you to deploy the ALTO decentralized application on Railway with support for Arbitrum. ALTO is a platform designed to provide decentralized orchestration for blockchain-based tasks, specifically functioning as a Bundler for ERC-4337.
This project allows you to deploy the ALTO bundler application on Railway with support for Arbitrum. ALTO is a platform designed to provide decentralized orchestration for blockchain-based tasks, specifically functioning as a Bundler for ERC-4337.

## Getting Started
Follow these steps to get the project up and running:
Expand All @@ -47,7 +47,7 @@ Follow these steps to get the project up and running:
- Easy deployment on Railway

## Configuration
By default, this project is configured to work with Arbitrum. To modify the configuration, edit the necessary environment variables and settings in the `railway.toml` (and directly on railway).
By default, this project is configured to work with Arbitrum. To modify the configuration, edit the necessary environment variables and settings in the `railway.toml` (and environment variables directly on railway).

## Alto Help
You can edit the commands in railway.toml to include any of the below additional parameters. Below are the commands available in the ALTO CLI, obtained by running `./alto help`:
Expand Down

0 comments on commit 3cbbe40

Please sign in to comment.