arb-ts

Typescript library client-side interactions with Arbitrum

Usage no npm install needed!

<script type="module">
  import arbTs from 'https://cdn.skypack.dev/arb-ts';
</script>

README

Arbitrum Monorepo

CircleCI codecov

Arbitrum is a Layer 2 cryptocurrency platform that makes smart contracts scalable, fast, and private. Arbitrum interoperates closely with Ethereum, so Ethereum developers can easily cross-compile their contracts to run on Arbitrum. Arbitrum achieves these goals through a unique combination of incentives, network protocol design, and virtual machine architecture. Arbitrum has three modes: channels, AnyTrust sidechains, and rollup. Channels and sidechains provide the AnyTrust Guarantee which ensures that the code will run correctly as long as any validator is honest.

Want to learn more? Join the team on Discord, follow the developer guide, and read the white paper!

This repository is offered under the Apache 2.0 license. See LICENSE for details.

Quickstart

Follow the guide on our developer site to build a demo dapp on Arbitrum.