10Grans on Base chain.
Go to file
Moon Man 6a5f6835e8 test task 2025-01-18 09:52:29 -05:00
contracts rm hardcode on native chainid 2025-01-18 08:39:43 -05:00
ignition/modules more env functions, create deploy 2025-01-18 09:01:50 -05:00
lib test task 2025-01-18 09:52:29 -05:00
tasks test task 2025-01-18 09:52:29 -05:00
test first commit 2025-01-16 22:13:50 -05:00
.gitignore first commit 2025-01-16 22:13:50 -05:00
README.md first commit 2025-01-16 22:13:50 -05:00
env.example first commit 2025-01-16 22:13:50 -05:00
hardhat.config.ts test task 2025-01-18 09:52:29 -05:00
package-lock.json test task 2025-01-18 09:52:29 -05:00
package.json test task 2025-01-18 09:52:29 -05:00
tsconfig.json first commit 2025-01-16 22:13:50 -05:00

README.md

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.

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.