This workspace contains the Solidity contracts and deployment scripts for TrustWork.
EscrowPlatform.sol- job creation, milestones, escrow custody, settlement, and cancellation flows.DisputeDAO.sol- arbitrator pool, voting, and dispute resolution.ReputationNFT.sol- non-transferable reputation tiers.ProfileRegistry.sol- wallet-to-IPFS profile mapping.
forge install
forge build
forge test
forge fmtforge script script/Deploy.s.sol --rpc-url $LISK_RPC --broadcast --verify