Crates.io | stormint |
lib.rs | stormint |
version | 0.1.0 |
source | src |
created_at | 2024-11-02 10:49:30.542328 |
updated_at | 2024-11-02 10:49:30.542328 |
description | A blazing fast script that supports multi-account minting of FreeMint tokens. |
homepage | |
repository | https://github.com/Confucian-e/stormint.git |
max_upload_size | |
id | 1432746 |
size | 16,698 |
A blazing fast script that supports multi-account minting of FreeMint tokens similar to $Daram.
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:
cd contracts/
forge update
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.