Polygon ZKEVM Testnet and Filecoin Wallaby Testnet are two awesome chains to deploy contracts because of their low gas fees and strong security layer. This project paves way for a newbie user to fork a REPL and deploy their token on either or both of these networks with just a few commands.
Setting up a hardhat env on Replit was quite a new thing to me as I hadn't tried Replit prior to this.
Especially, when I added the private key , the Replit shell didn't pick it up. Thanks to their awesome docs, I got to know that I had to kill that shell and restart it again to load the private keys.
Discussion