https://github.com/chicunic/arbitrum-token-bridge
arbitrum token bridge for ERC20 & ERC721
https://github.com/chicunic/arbitrum-token-bridge
Last synced: over 1 year ago
JSON representation
arbitrum token bridge for ERC20 & ERC721
- Host: GitHub
- URL: https://github.com/chicunic/arbitrum-token-bridge
- Owner: chicunic
- License: apache-2.0
- Created: 2022-01-24T09:00:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T01:50:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T20:39:46.874Z (over 1 year ago)
- Language: Solidity
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arbitrum-token-bridge
Contracts of canonical token bridge implementation for ERC20 & ERC721
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
cp .env.example .env
yarn
yarn build
```