https://github.com/offchainlabs/arb-peripheral-template
An easy to use template to integrate with Arbitrum peripheral contracts
https://github.com/offchainlabs/arb-peripheral-template
Last synced: 12 months ago
JSON representation
An easy to use template to integrate with Arbitrum peripheral contracts
- Host: GitHub
- URL: https://github.com/offchainlabs/arb-peripheral-template
- Owner: OffchainLabs
- Created: 2021-06-30T14:42:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T10:55:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T12:25:16.604Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 1
- Watchers: 23
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arbitrum Peripheral Contracts
This repo provides an easy to use template if you're looking to integrate with Arbitrum peripheral contracts such as the token bridging gateways.
Install dependencies
```bash
git submodule update --init --recursive
yarn install
```
Compile the contracts
```bash
yarn compile
```