Repository
- Code: github.com/berachain/guides/tree/main/apps/foundry-erc20
- README (raw): raw README
Requirements
- Foundry (
foundryup) - Wallet with testnet $BERA (e.g. Artio Faucet)
Stack
Foundry, Solidity, ERC20.Quick start
- Clone and install
- Set
PRIVATE_KEYand RPC (e.g.https://bartio.rpc.berachain.com/) in env or--rpc-url. - Deploy with
forge createor a script; usecastto interact. Exact commands are in the README.