Skip to content

Local development in ETH

Until now, we’ve used remix for developing our contracts (https://remix.ethereum.org/)

While this works, as your project grows and you work in a team, the contract needs to be

  1. Maintained by various users
  2. Tested and built
  3. Deployed periodically

For this, you can use local development tools that let you start the blockchain locally and deploy contracts on it