git clone [email protected]:cardene777/hardhat-foundry.git
cd hardhat-foundry
rm -rf .git
bun install
npm install
forge install
forge build
- output
[⠢] Compiling...
[⠔] Compiling 47 files with 0.8.23
[⠒] Solc 0.8.23 finished in ...s
Compiler run successful!
forge test
- output
[⠢] Compiling...
[⠃] Compiling 47 files with 0.8.23
[⠑] Solc 0.8.23 finished in ...s
Compiler run successful!
No tests found in project! Forge looks for functions that starts with `test`.
npx hardhat deploy:deploy-nft --network z_kyoto --contract-name HardhatFoundryERC721 --name HardhatFoundryNft --symbol HFT
poetry shell
poetry install
slither . --compile-force-framework hardhat