Mintless Toolbox is a set of tools to work with the new Mintless Jetton standard in TON.
git clone https://github.com/tonkeeper/mintless-toolbox.git
cd mintless-toolbox
make
make will compile the code and put the binary in the bin
folder.
./bin/mintless-cli --help
Currently, there are two commands available:
./bin/mintless-cli dump <airdrop-filename>
dump reads an airdrop file and dumps it to the console in the format
wallet address,amount,start_from,expire_at
./bin/mintless-cli hash <airdrop-filename>
hash reads an airdrop file and prints its root's hash.
A mintless Jetton Master has to return the same hash with
get_mintless_airdrop_hashmap_root
.
The reference implementation of the Mintless Jetton.