Difference between Truffle and Remix

Hi,
I found that Remix is improving, what are its main drawbacks compared to Truffle? Can we communicate between two contracts using remix?

Zulfi.

1 Like

Hi @zak100,

I tend to use Remix for quickly deploying and interacting with contracts. Remix now supports @ imports which makes life a lot easier.

If I am intending to deploy to production, then I will use either Truffle or Hardhat. As I want to have some unit testing and do some manual checking using the console. I started with Truffle so I am most comfortable with it but I am using Hardhat more and more.

1 Like