How to join the TAC network as a node operator The TAC EVM Layer is an EVM Layer1 with dPoS that is built with CosmosSDK + Ethermint (built on top of Tendermint-Core). You can join the TAC network as a node operator by following the steps below. PrerequisitesGo >= v1.21jqcurlInstall tacchain binarygit clone https://github.com/TacBuild/tacchain.git cd tacchain git checkout v0.0.1 make install Initialize network foldertacchaind init testnode --chain-id tacchain_2390-1 --home .testnet Modify you...