Hardhat
Official documentation
Installation & Setup
Setting up Hardhat for TAC development requires no special configuration - it works exactly like any other EVM chain. Refer to our example app create-tac-app to see the relevant hardhat deployment approach.Deployment
Below you can find the deployment commands used within create-tac-app- Testnet Deployment
- Mainnet Deployment
Common Issues & Solutions
Connection Issues
Connection Issues
Problem: RPC connection failures or timeoutsSolutions:
- Verify RPC URLs are correct
- Increase timeout in network configuration
- Try alternative RPC endpoints if available