Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 955 Bytes

README.md

File metadata and controls

57 lines (36 loc) · 955 Bytes

Muiti mint

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

Contracts

Ensure you have Foundry installed. Then, run:

git submodule update --init --recursive

cd contracts/
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.