Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
yarn prettier
  • Loading branch information
pete-vielhaber committed Jun 27, 2025
commit 56b2ae582893eebb5ea045593fdf9fa864fe5a2a
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Arbitrum Orbit](orbit-primary.png)

# Arbitrum Orbit SDK

The Arbitrum (Orbit) chain SDK is software written in TypeScript for building [Arbitrum (Orbit) chains](https://arbitrum.io/orbit). These chains can settle directly to Ethereum or other Ethereum L2 chains. Key features include the ability to configure various components such as throughput, privacy, and governance, giving users control over their chains.
Expand All @@ -7,7 +8,6 @@ Arbitrum chains address challenges like Ethereum's high demand for block space b

Benefits of Arbitrum chains for decentralized app development include dedicated throughput, low-costs, fast finality, EVM+ compatibility for deploying smart contracts in various programming languages, and the ability to create independent roadmaps for app development, allowing for innovation ahead of Ethereum's public roadmap. Overall, Arbitrum chains provide tailored solutions that significantly scale Ethereum while offering greater control and flexibility for developers.


## Installation

Make sure you are using Node.js v18 or greater.
Expand Down Expand Up @@ -35,4 +35,5 @@ yarn test:integration
See [examples](./examples).

## Documentation
See [documentation](https://docs.arbitrum.io/launch-arbitrum-chain/a-gentle-introduction).

See [documentation](https://docs.arbitrum.io/launch-arbitrum-chain/a-gentle-introduction).
Loading