1.1.0-beta.b1a719e • Published 11 months ago

@gzeoneth/nitro-contracts v1.1.0-beta.b1a719e

Weekly downloads
-
License
BUSL-1.1
Repository
github
Last release
11 months ago

Arbitrum Nitro Rollup Contracts

This is the package with the smart contract code that powers Arbitrum Nitro. It includes the rollup and fraud proof smart contracts, as well as interfaces for interacting with precompiles.

For more information see https://developer.arbitrum.io/intro

For the deployed addresses of these contracts for Arbitrum chains see https://developer.arbitrum.io/useful-addresses

For the token bridge contracts see https://github.com/OffchainLabs/token-bridge-contracts

Compile these contracts locally by running

git clone https://github.com/offchainlabs/rollup-contracts
cd rollup-contracts
yarn install
yarn build