Skip to content

Commit a687834

Browse files
PlasmaPowergzeoneth
authored andcommitted
Update README.md to reflect repo split and other developments
1 parent 60835d3 commit a687834

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
# Arbitrum Nitro Contracts
1+
# Arbitrum Nitro Rollup Contracts
22

33
This is the package with the smart contract code that powers Arbitrum Nitro.
44
It 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
1317
yarn install
1418
yarn build
1519
```

0 commit comments

Comments
 (0)