TheAlgorithms / Solidity

Algorithms and data structures implemented in Solidity
GNU Lesser General Public License v2.1
332 stars 95 forks source link

update development environment #43

Closed donBarbos closed 1 year ago

donBarbos commented 2 years ago

suggestions:

ready to ensure the transition to best practices sample project

0xSumitBanik commented 2 years ago

In my opinion, foundry does the job as we can write tests in Solidity itself. No knowledge of JS required to writes test cases.

Let's see what the contributors think about it.

mkubdev commented 2 years ago

Foundry is a powerfull toolkit for Solidity imo.

0xSumitBanik commented 2 years ago

Foundry is a powerfull toolkit for Solidity imo.

  • Foundry has faster compilation time
  • Test files written in Solidity
  • Foundry use git submodule instead of npm (This one can be discussed...)

Agreed ++

mkubdev commented 1 year ago

I close since using Foundry is more efficient to manage the repos.