An open API service indexing awesome lists of open source software.

https://github.com/offchainlabs/arbitrum-cli-tools


https://github.com/offchainlabs/arbitrum-cli-tools

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Arbitrum Tools

This monorepo contains a suit of tools that may help you build on arbitrum or learn some interesting tings of arbitrum.

This monorepo's tools will build on [Arbitrum SDK](https://github.com/OffchainLabs/arbitrum-sdk) which is helpful when you want to build on arbitrum.

## Installation

From root directory:

```bash
yarn install
```

## What's included?

#### Arbitrum batch Transaction handler

- [l1-batch-handler](./packages/batch-tx-handler/README.md#l1-batch-handler)
- [l2-precompile-handler](./packages/batch-tx-handler/README.md#l2-precompile-handler)