#token #mint #ethereum #blockchain

stormint

A blazing fast script that supports multi-account minting of FreeMint tokens

1 unstable release

new 0.1.0 Nov 2, 2024

#312 in Magic Beans

Download history 101/week @ 2024-10-28

101 downloads per month

MIT license

16KB
251 lines

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.

Dependencies

~30–42MB
~765K SLoC