stormint

Crates.iostormint
lib.rsstormint
version0.1.0
sourcesrc
created_at2024-11-02 10:49:30.542328
updated_at2024-11-02 10:49:30.542328
descriptionA blazing fast script that supports multi-account minting of FreeMint tokens.
homepage
repositoryhttps://github.com/Confucian-e/stormint.git
max_upload_size
id1432746
size16,698
Confucian (Confucian-e)

documentation

https://docs.rs/stormint

README

Stormint

A blazing fast script that supports multi-account minting of FreeMint tokens similar to $Daram.

Features

  • Multi-account generation
  • Automated distribution of gas (like ether)
  • Batch accounts token minting

Installation

Clone the repository:

git clone https://github.com/Confucian-e/stormint.git

Navigate to the project directory:

cd stormint

Install the required dependencies:

Rust

Ensure you have Rust installed. Then, run:

cargo build --release

Foundry

Ensure you have Foundry installed. Then, run:

cd contracts/
forge update
forge soldeer install
forge build

Testing

To run the tests, use the following command:

cargo test

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Commit count: 64

cargo fmt