Skip to content

Commit

Permalink
Update README.md to reflect repo split and other developments
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored and gzeoneth committed May 10, 2023
1 parent 60835d3 commit a687834
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Arbitrum Nitro Contracts
# 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/docs/public_nitro_devnet
For more information see https://developer.arbitrum.io/intro

Compile the contracts locally by running
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

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

0 comments on commit a687834

Please sign in to comment.