A blazing fast script that supports multi-account minting of FreeMint tokens similar to $Daram.
- Multi-account generation
- Automated distribution of gas (like ether)
- Batch accounts token minting
Clone the repository:
git clone https://github.com/Confucian-e/stormint.git
Navigate to the project directory:
cd stormint
Install the required dependencies:
Ensure you have Rust installed. Then, run:
cargo build --release
Ensure you have Foundry installed. Then, run:
git submodule update --init --recursive
cd contracts/
forge soldeer install
forge build
To run the tests, use the following command:
cargo test
Contributions are welcome! Please open an issue or submit a pull request.