hardhat-fe icon indicating copy to clipboard operation
hardhat-fe copied to clipboard

Hardhat plugin to develop smart contracts with Fe

Results 6 hardhat-fe issues
Sort by recently updated
recently updated
newest added

`fe check .` - analyzes fe source code and prints errors

`fe new myproject` - creates a new project structure

What does it do? Set an action to execute `npm run test` when push and pull requests. Any helpful background information? Oh, one point, my first shit pr for this...

right now, it will compile all Fe contract files every time with `npx hardhat compile`, need a cache mechanism for eliminate redundant compiling process.

enhancement
good first issue

reference: https://fe-lang.org/docs/quickstart/deploy_contract.html

enhancement