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
Update README.md
Co-authored-by: Gaël Blanchemain <[email protected]>
  • Loading branch information
pete-vielhaber and anegg0 authored Jun 27, 2025
commit d8038f1b79b6e646c76e7ad5eecdc6717747d332
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

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.

Arbitrum chains address challenges like Ethereum's high demand for block space by offloading workloads to decentralized networks, with options for Rollup or AnyTrust chains. While Arbitrum One uses the Rollup protocol, storing data on Ethereum, Arbitrum Nova adopts the AnyTrust protocol, enhancing performance through a data availability committee.
Arbitrum chains address challenges like Ethereum's high demand for block space by offloading workloads to decentralized networks, with options for Rollup or AnyTrust chains:
- Arbitrum One uses the Rollup protocol, storing data on Ethereum
- Arbitrum Nova adopts the AnyTrust protocol, enhancing performance through a data availability committee.

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.

Expand Down
Loading