forked from OffchainLabs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to reflect repo split and other developments
- Loading branch information
1 parent
60835d3
commit a687834
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |