ERC-20 token with extra features, with bridging to Optimism-compatible L2. Built for the 10grans token.
Go to file
Moon Man 2b6f14aa16 forgot some vars 2023-08-20 15:19:24 -04:00
contracts minor changes 2023-08-20 15:13:06 -04:00
scripts dev deploy and etherscan verify 2023-08-20 10:57:57 -04:00
.gitignore ignore environment-specific evs 2023-08-20 09:56:56 -04:00
.prettierignore initial commit 2023-08-13 09:15:58 -04:00
.prettierrc initial commit 2023-08-13 09:15:58 -04:00
README.md minor changes 2023-08-20 15:13:06 -04:00
env.example forgot some vars 2023-08-20 15:19:24 -04:00
hardhat.config.ts docu 2023-08-20 14:55:27 -04:00
package-lock.json I don't think this commit is needed but adding it before removing it later. 2023-08-20 14:11:36 -04:00
package.json I don't think this commit is needed but adding it before removing it later. 2023-08-20 14:11:36 -04:00
tsconfig.json initial commit 2023-08-13 09:15:58 -04:00

README.md

Optimism-Compatible 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 token, but general enough to be reused.

npx hardhat compile

cp env.example .env.dev
# (customize your env file here first)

scripts/deploy-dev.sh

# optionally verify your contract on L2, customize the following:
NODE_ENV=dev npx hardhat verify --network base-goerli 0xl2tokenaddress MrTestToken TEST 0xbridgeonl2 0xl1tokenaddress

Depositing to L2

Use this tool: https://git.shipoclu.com/moon/l2-base-bridging

License

MIT license.