Overview
Arbitrum-focused template for L2 development. Includes L1-to-L2 and L2-to-L1 bridge messaging contracts, a bidirectional token gateway, and a gas-efficient ERC-20 token. Pre-configured to fork Arbitrum mainnet with Blockscout explorer.Quick Start
Generated Files
my-arb
dokrypt.yaml
foundry.toml
README.md
contracts
token
ArbitrumToken.sol
bridge
L1ToL2MessageSender.sol
L2ToL1MessageSender.sol
gateway
TokenGateway.sol
test
ArbitrumToken.t.sol
L1ToL2Message.t.sol
TokenGateway.t.sol
scripts
deploy.js
bridge-tokens.js