Skip to main content
In order to mint new jettons, that particular Jetton must be mintable. Otherwise, it’s impossible. Next, only mintable Jettons are considered. Minting is not a specified operation in any of the existing TEPs. Its implementation is left to the developer’s choice. The following typescript code example is based on the minting implementation in Notcoin jetton minter contract. This example contains a manual assembly of all the necessary messages and is useful for studying their possible structure.
However, there is an SDK that allows you to avoid manually creating all the necessary messages. An example of how it can be used to send the mint message is provided below:
Finally, you can use web services as TON MINTER and avoid writing code, just follow the guides.