File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Arbitrum Nitro Contracts
1+ # Arbitrum Nitro Rollup Contracts
22
33This is the package with the smart contract code that powers Arbitrum Nitro.
44It includes the rollup and fraud proof smart contracts, as well as interfaces for interacting with precompiles.
55
6- For more information see https://developer.arbitrum.io/docs/public_nitro_devnet
6+ For more information see https://developer.arbitrum.io/intro
77
8- Compile the contracts locally by running
8+ For the deployed addresses of these contracts for Arbitrum chains see https://developer.arbitrum.io/useful-addresses
9+
10+ For the token bridge contracts see https://github.com/OffchainLabs/token-bridge-contracts
11+
12+ Compile these contracts locally by running
913
1014``` bash
11- git clone https://github.com/offchainlabs/nitro
12- cd nitro/ contracts
15+ git clone https://github.com/offchainlabs/rollup-contracts
16+ cd rollup- contracts
1317yarn install
1418yarn build
1519```
You can’t perform that action at this time.
0 commit comments