Akagi201 / erc20-factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foundry-template

Foundry scaffold project with many useful solidity tools

Init from forge-template

forge init --vscode foundry-template

Deps

EVM Tools

Usage

Install dependencies

forge install

Build

forge build

Test

forge test

Deploy

Dryrun

forge script script/Deploy.s.sol -f [network]

Live

forge script script/Deploy.s.sol -f [network] --verify --broadcast

Code guide

Analysis tools

EVM network docs

Hacks

Foundry inside

Refs

About


Languages

Language:Solidity 92.6%Language:Makefile 7.4%