@gzeoneth/nitro-contracts
v1.1.0-beta.b1a719e
Published
Layer 2 precompiles and rollup for Arbitrum Nitro
Downloads
3
Readme
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