| Crates.io | solwizard |
| lib.rs | solwizard |
| version | 0.1.0 |
| created_at | 2023-04-23 20:38:31.868928+00 |
| updated_at | 2023-04-23 20:38:31.868928+00 |
| description | Solidity bootstrapper built with Rust |
| homepage | https://github.com/WillDera/SolWizard |
| repository | https://github.com/WillDera/SolWizard |
| max_upload_size | |
| id | 846822 |
| size | 41,476 |
A Solidity file generator which is built ontop of Hardhat SDK to generate
.solfiles 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 | ✅ |