An open API service indexing awesome lists of open source software.

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

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
```