A Solidity file generator which is built ontop of Hardhat SDK to generate
.sol
files based on a user's requests right after Hardhat creates the project.
To install SolWizard (not deployed yet), run the following command
cargo install xxx
You can find examples here:
Create a project named "Test" with an "ERC20" solidity file named "name.sol"
solwizard -t erc20 -f name.sol -p Test
Help
solwizard --help
| Contract type | Supported | | :-----------: | :-------: | | ERC20 | ✅ | | ERC721 | ✅ | | ERC1155 | ✅ |