Where is the line of code that specifies the price of a jetton? Is the price of a jetton always what I choose or does it change with supply and demand? --- >...
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
2 years ago
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
one year ago
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
2 years ago
We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project ...
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
How do I send jettons with TonWeb? Is there any other way to do it programmatically? --- > This question was imported from Telegram Chat: https://t.me/tondev...
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
2 years ago
Is it possible to send Toncoins and Jettons in the same transaction? If it is, how to do it exactly? --- > This question was imported from Telegram Chat: htt...
2 years ago
There is an open source tool minter.ton.org for deploying custom Jettons to mainnet. Is there something like it for testnet? --- > This question was imported...
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
one year ago
Can anyone can create a jetton? Even an ETH token? How do we know which one is the official bridge of ETH? --- > This question was imported from Telegram Cha...
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
one year ago
Suppose I have a TON wallet address and I want to get all its jetton wallet addresses. How do I get it? Do I need to index all the blockchain for that? --- >...
one year ago
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
2 years ago
I made a TON token (Jetton) https://dedust.io/swap/TON/EQBn7UmJDK-fN8uB4rC5DCw5TpOnC5sFNR75Uk2VgxY9QJeU Soon. I will create a Liquidity pool, how I then can ...
Hello Everyone I would like to know how to add lp to jetton tokens minted through the ton minter. I just don't want to just transfer between wallets, I want ...
Hi there. In my app I allow deposit and withdraw some Jetton. I would like to implement withdrawal in such way that user compensate transaction fee (somethin...
one year ago
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
2 years ago
We are making a Jetton for a game that users can deposit and withdraw from their wallet. But i was wondering how can we handle the fees for the transactions ...
I can't find the zero address, or at least send tokens to it correctly. I would like to use the address it to implement burn mechanics for a Jetton. How do I...
2 years ago
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
one year ago
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
2 years ago
Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible...
2 years ago
Blockchains like Ethereum let people not only use the default ether token, but also create their own tokens on the blockchain. Does TON let people do this? H...
2 years ago
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
2 years ago