Ability to specify contracts to ignore in hardhat.config · Issue #2306 · NomicFoundation/hardhat
It would be very useful to have an additional property in hardhat.config.js that allows us to specify a list of files/paths to ignore from compilation. module.exports = { ... ignoreFiles: [ "I...
Update by @fvictorio: If you are here looking for a way to use Hardhat and Foundry together, please take a look at this guide. It would be very useful to have an additional property in hardhat.config.js that allows us to specify a list of files/paths to ignore from compilation. module.exports = { ... ignoreFiles: [ "InvalidContract.sol", "./contracts/*" ] }; Can be specified to ignore: Files that match the name Directories/folders Artifact name (contract name) It is useful for cases where there are multiple contracts in development where some will not succeed in compiling and will…
saved by
related reading
- solidity - ERC721A - Strings for uint256 | ERROR REMIX IDE - Ethereum Stack Exchangeethereum.stackexchange.com
- OpenSea · GitHubgithub.com
- Everything is Fertilenickcammarata.com
- Hardhat Runtime Environment (HRE) | Ethereum development environment for professionals by Nomic Foundationhardhat.org
- GitHub - foundry-rs/forge-std: A collection of helpful contracts and libraries for use with Forge and Foundrygithub.com
- Introduction to Smart Contracts — Solidity 0.8.38-develop documentationdocs.soliditylang.org
- Solidity Patternsfravoll.github.io
- Rarible - NFT Marketplace for Brands, Communities and Tradersrarible.com
- GitHub · Change is constant. GitHub keeps you ahead.github.com
- GitHub - ourzora/v3github.com
- How to add a custom precompile contractgithub.com
- BlockSite: Filter Websites and Content You Don't Want To Seeuser.blocksite.co