Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offchainlabs/token-bridge-contracts
Arbitrum token bridge and peripheral contracts
https://github.com/offchainlabs/token-bridge-contracts
Last synced: 7 days ago
JSON representation
Arbitrum token bridge and peripheral contracts
- Host: GitHub
- URL: https://github.com/offchainlabs/token-bridge-contracts
- Owner: OffchainLabs
- License: apache-2.0
- Created: 2022-08-11T09:30:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:33:01.000Z (6 months ago)
- Last Synced: 2024-05-22T13:03:36.931Z (6 months ago)
- Language: Solidity
- Size: 165 MB
- Stars: 126
- Watchers: 27
- Forks: 113
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/ConsenSys_Diligence_Arbitrum_Contracts_11_2021.pdf
Awesome Lists containing this project
README
# Arbitrum Token Bridge Contracts
The Arbitrum Token Bridge is a decentralized application that uses [Nitro's](https://github.com/OffchainLabs/nitro) arbitrary cross-chain messaging system to implement an ERC20 token bridge between an EVM compatible base-chain and an Arbitrum chain.
All public Arbitrum chains include a [canonical token bridge deployment](https://developer.arbitrum.io/useful-addresses#token-bridge).
The Token Bridge includes "Gateway" contracts — pairs of contracts that implement a particular token-bridging flow — as well as "Gateway Router" contracts, which map tokens to their respective gateways.
See the [developer documentation](https://developer.arbitrum.io/asset-bridging) for more info.
See security audit reports [here](./audits).
This repository is offered under the Apache 2.0 license. See LICENSE for details.
## Deployment
Check [this doc](./docs/deployment.md) for instructions on deployment and verification of token bridge.## Contact
Discord - [Arbitrum](https://discord.com/invite/5KE54JwyTs)
Twitter: [Arbitrum](https://twitter.com/arbitrum)