Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/offchainlabs/arbitrum-cli-tools
- Owner: OffchainLabs
- Created: 2023-04-19T03:02:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T02:22:12.000Z (11 months ago)
- Last Synced: 2023-12-20T15:25:15.415Z (11 months ago)
- Language: TypeScript
- Size: 775 KB
- Stars: 2
- Watchers: 22
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)