hardhat-fe
hardhat-fe copied to clipboard
Hardhat plugin to develop smart contracts with Fe
`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.