| .. | ||
| .github/workflows | ||
| script | ||
| src | ||
| test | ||
| .gitignore | ||
| foundry.toml | ||
| README.md | ||
| remappings.txt | ||
Build
forge build
Test
forge test
Deploy
source .env
forge script script/Deploy.sol:GoerliScript --broadcast --verify --rpc-url ${GOERLI_RPC_URL}
| .. | ||
| .github/workflows | ||
| script | ||
| src | ||
| test | ||
| .gitignore | ||
| foundry.toml | ||
| README.md | ||
| remappings.txt | ||
forge build
forge test
source .env
forge script script/Deploy.sol:GoerliScript --broadcast --verify --rpc-url ${GOERLI_RPC_URL}