ton-blockchain / minter-contract

Jetton Deployer FunC Smart Contracts
http://jetton.live
MIT License
308 stars 203 forks source link

Deploy token with mint #98

Open dkatzan opened 3 months ago

dkatzan commented 3 months ago

Hi, I'm trying to deploy my own Jetton and following this https://docs.ton.org/develop/dapps/tutorials/jetton-minter#%EF%B8%8F-jetton-token-customization

Seems like I can easily change the metadata of the Jetton I'm deploying, but no easy way of minting some tokens as part of the deployments using this deploy script? https://github.com/ton-blockchain/minter-contract/blob/main/build/jetton-minter.deploy.ts#L17

Is it possible to do so? similar to what is implemented in the minter webApp, where u can specify the amount of tokens to mint?

Thx