We can now use Hardhat as well for compiling contracts, writing tests in JS, writing deploy scripts in JS, for using the FVM Hardhat features that the FVM team ships etc etc. This does NOT break any existing Foundry feature.
We completely retain Foundry's project structure.
We still manage dependencies as git submodules as required by Foundry.
Has a sample Hardhat deploy script if you wanna take it for a spin. Just follow the steps in the README.
TODO
[ ] Write a javascript test.
[x] Attach example of running and interacting with a contract against a local Hardhat network.
fixes #21 .
TODO