Build, test, and deploy Solidity contracts on TAC using Foundry - the fast, portable toolkit
Install Foundry
Initialize Project
Configure Networks
foundry.toml
to include TAC networks:Environment Setup
.env
file for your private key:.env
to your .gitignore
file.Build Failures
foundryup
forge clean
forge install --no-commit
RPC Connection Issues