We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: