base-10grans/README.md

21 lines
558 B
Markdown

# 10Grans Token
EVM-compatible ERC-20 token with extra features, capable of being bridged to an
Optimism-compatible L2. Built for Base blockchain and the 10Grans,
but general enough to be reused.
```shell
APP_ENV=development npx hardhat compile
cp env.example .env.development
# (customize your env file here first)
scripts/deploy-dev.sh
# optionally verify your contract on L2, customize the following:
APP_ENV=development npx hardhat verify --network mainnet 0xl2tokenaddress MrTestToken TEST 0xbridgeonl2 0xl1tokenaddress
```
# License
MIT license.